h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
body {
    margin: 0;
    padding: 0;
}
* {
    font-style: normal;
    -webkit-tap-highlight-color: transparent;
}
a {
    text-decoration: none;
}
img {
    display: block;
}
main {
    overflow: hidden;
}
ul,
li {
    list-style: none;
}
input,
textarea {
    padding: 0;
    margin: 0;
    border-width: 1px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    line-height: 1.1;
    border: none;
    outline: none;
}
body::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
body::-webkit-scrollbar-thumb {
    background: #000;
}
input[type="number"] {
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    font-family: Gilroy;
    border: 0;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    background: -webkit-linear-gradient(
        top,
        rgba(255, 255, 255, 0) 0%,
        rgba(0, 174, 255, 0.04) 50%,
        rgba(255, 255, 255, 0) 51%,
        rgba(0, 174, 255, 0.03) 100%
    );
    border-bottom: 1px solid #626573;
}
input:-webkit-autofill::first-line {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    color: #ffffff;
}
@media (max-width: 1760px) {
    input:-webkit-autofill::first-line {
        font-size: 14px;
    }
}
@media (max-width: 1024px) {
    input:-webkit-autofill::first-line {
        font-size: 14px;
    }
}
@font-face {
    font-family: "Euclid Circular A";
    src: url("../fonts/EuclidCircularA-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "Euclid Circular A";
    src: url("../fonts/EuclidCircularA-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Euclid Circular A";
    src: url("../fonts/EuclidCircularA-BoldItalic.woff2") format("woff2");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: "Euclid Circular A";
    src: url("../fonts/EuclidCircularA-LightItalic.woff2") format("woff2");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: "Euclid Circular A";
    src: url("../fonts/EuclidCircularA-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Euclid Circular A";
    src: url("../fonts/EuclidCircularA-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Euclid Circular A";
    src: url("../fonts/EuclidCircularA-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Euclid Circular A";
    src: url("../fonts/EuclidCircularA-Italic.woff2") format("woff2");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: "Euclid Circular A";
    src: url("../fonts/EuclidCircularA-SemiBoldItalic.woff2") format("woff2");
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: "Euclid Circular A";
    src: url("../fonts/EuclidCircularA-MediumItalic.woff2") format("woff2");
    font-weight: 500;
    font-style: italic;
}
* {
    box-sizing: border-box;
    font-family: "Euclid Circular A";
}
main {
    position: relative;
}
.container {
    margin: 0 auto;
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
    max-width: 1340px;
}
@media (min-width: 1920px) {
    .container {
        max-width: 1720px;
        padding-right: 80px;
        padding-left: 80px;
    }
}
@media (max-width: 625px) {
    .container {
        padding: 0 20px;
    }
}
.no-scroll {
    height: 100vh;
    overflow: hidden;
}
.container-box {
    padding-right: 32px;
    padding-left: 32px;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
}
@media (min-width: 1920px) {
    .container-box {
        max-width: 1984px;
    }
}
@media (max-width: 625px) {
    .container-box {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.button {
    border-radius: 5px;
    padding: 13px 18px 15px 18px;
    background: #14b082;
    color: #fff;
    transition: 0.35s;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .button {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 625px) {
    .button {
        max-width: 370px;
    }
}
.button:hover {
    background: #ffc947;
}
.custom-link {
    position: relative;
    color: #14b082;
    padding: 0 0 2px 0;
    font-weight: 500;
    transition: 0.35s;
}
.custom-link:hover {
    color: #0c6a4e;
}
.custom-link:hover:after {
    background: #0c6a4e;
}
.custom-link:after {
    content: " ";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #14b082;
    ransition: 0.35s;
}
.position-rel {
    position: relative;
}
.elem-displayNone {
    display: none !important;
}
.display--none {
    display: none;
}
.icon--main {
    display: none;
}
.custom-board {
    padding: 92px 40px;
    border-radius: 40px;
    background: #0c6a4e;
    position: relative;
    overflow: hidden;
}
@media (max-width: 1024px) {
    .custom-board {
        padding: 60px 40px;
    }
}
@media (max-width: 625px) {
    .custom-board {
        padding: 60px;
        border-radius: 24px;
    }
}
.custom-board h2 {
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    max-width: 900px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    margin: 0 auto 32px;
    position: relative;
    line-height: 56px;
}
@media (max-width: 1024px) {
    .custom-board h2 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .custom-board h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 625px) {
    .custom-board h2 {
        font-size: 20px;
        line-height: 30px;
    }
}
.custom-board > p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    opacity: 0.6;
    margin: 0 auto 32px;
    max-width: 900px;
    width: 100%;
    text-align: center;
}
.custom-board a {
    padding: 13px 57px 15px 57px;
    display: block;
    max-width: max-content;
    margin: 0 auto;
    position: relative;
}
@media (max-width: 625px) {
    .custom-board a {
        font-size: 18px;
    }
}
.custom-board a:hover {
    background: #ffc947;
}
.custom-board svg {
    position: absolute;
}
.custom-board svg:nth-of-type(1) {
    top: -70px;
    left: -280px;
}
@media (max-width: 625px) {
    .custom-board svg:nth-of-type(1) {
        top: -70px;
        left: -180px;
        max-width: 540px;
        height: auto;
    }
}
.custom-board svg:nth-of-type(2) {
    bottom: -50px;
    right: -140px;
}
@media (max-width: 625px) {
    .custom-board svg:nth-of-type(2) {
        bottom: -80px;
        right: -60px;
        max-width: 180px;
        height: auto;
    }
}
.customBanner {
    padding: 110px 0 30px 0;
    background: rgba(231, 243, 255, 0.5);
    min-height: 100vh;
    height: auto;
    display: flex;
    align-items: center;
}
@media (max-width: 1024px) {
    .customBanner {
        height: inherit;
        padding: 120px 0 40px 0;
    }
}
@media (max-width: 765px) {
    .customBanner {
        min-height: 100vh;
    }
}
@media (max-width: 625px) {
    .customBanner {
        padding: 126px 0 60px 0;
        display: flex;
    }
}
.customBanner .container {
    display: flex;
    height: 100%;
    align-items: center;
}
@media (max-width: 765px) {
    .customBanner .container {
        flex-direction: column;
        row-gap: 32px;
    }
}
@media (max-width: 625px) {
    .customBanner .container {
        justify-content: space-between;
        height: auto;
    }
}
.customBanner__content {
    width: 44%;
    padding-left: 40px;
}
@media (max-width: 765px) {
    .customBanner__content {
        width: 100%;
        padding-left: 0px;
    }
}
.customBanner__content h1 {
    margin-bottom: 32px;
    font-size: 56px;
    line-height: 68px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .customBanner__content h1 {
        font-size: 44px;
        line-height: 54px;
    }
}
@media (max-width: 625px) {
    .customBanner__content h1 {
        font-size: 40px;
        line-height: 52px;
    }
}
@media (max-width: 765px) {
    .customBanner__content h1 {
        text-align: center;
    }
}
.customBanner__content p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 32px;
    color: rgba(0, 0, 0, 0.6);
    max-width: 395px;
    width: 100%;
}
@media (max-width: 765px) {
    .customBanner__content p {
        text-align: center;
        margin: 0 auto;
    }
}
.customBanner__content a {
    padding: 13px 58px 15px;
    display: block;
    max-width: max-content;
}
@media (max-width: 765px) {
    .customBanner__content a {
        display: none;
    }
}
.customBanner__picture {
    width: 56%;
    padding: 0 40px;
}
@media (max-width: 765px) {
    .customBanner__picture {
        width: 100%;
    }
}
.customBanner__picture img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.customBanner__button--mob {
    display: none;
    justify-content: center;
    width: 100%;
}
@media (max-width: 765px) {
    .customBanner__button--mob {
        display: flex;
    }
}
.customBanner__button--mob a {
    max-width: 480px;
    width: 100%;
}
.customHero {
    min-height: 100vh;
    height: auto;
    padding: 150px 0;
    display: flex;
    align-items: center;
    background: rgba(231, 243, 255, 0.5);
    position: relative;
}
@media (max-width: 1024px) {
    .customHero {
        padding: 128px 0 60px;
        min-height: inherit;
    }
}
.customHero__pics1,
.customHero__pics2 {
    position: absolute;
    height: 100%;
    width: 100%;
}
@media (max-width: 765px) {
    .customHero__pics1,
    .customHero__pics2 {
        display: none;
    }
}
.customHero__pics1 svg,
.customHero__pics2 svg {
    position: absolute;
}
.customHero__pics1 img,
.customHero__pics2 img {
    position: absolute;
}
.customHero__pics1--inner,
.customHero__pics2--inner {
    height: 100%;
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.customHero__pics1 svg:nth-of-type(1) {
    left: 90px;
    top: 50%;
    transform: translateY(-50%);
}
.customHero__pics1 svg:nth-of-type(2) {
    right: 27px;
    bottom: 54px;
}
.customHero__pics1 img:nth-of-type(1) {
    left: 90px;
    top: 50%;
    transform: translateY(-50%);
}
.customHero__pics1 img:nth-of-type(2) {
    right: 27px;
    bottom: 54px;
}
.customHero__pics2 svg:nth-of-type(1) {
    left: 80px;
    top: 35%;
    transform: translateY(-50%);
}
.customHero__pics2 svg:nth-of-type(2) {
    left: 150px;
    top: 75%;
    transform: translateY(-50%);
}
.customHero__pics2 svg:nth-of-type(3) {
    right: 118px;
    top: 40%;
    transform: translateY(-50%);
}
.customHero__pics2 svg:nth-of-type(4) {
    right: 100px;
    top: 80%;
    transform: translateY(-50%);
}
.customHero__pics2 img:nth-of-type(1) {
    left: 80px;
    top: 35%;
    transform: translateY(-50%);
}
.customHero__pics2 img:nth-of-type(2) {
    left: 150px;
    top: 75%;
    transform: translateY(-50%);
}
.customHero__pics2 img:nth-of-type(3) {
    right: 118px;
    top: 40%;
    transform: translateY(-50%);
}
.customHero__pics2 img:nth-of-type(4) {
    right: 100px;
    top: 80%;
    transform: translateY(-50%);
}
.customHero--box {
    max-width: 1004px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
}
@media (max-width: 625px) {
    .customHero--box {
        padding: 0 20px;
    }
}
.customHero--box h1 {
    font-size: 56px;
    line-height: 68px;
    margin-bottom: 32px;
    text-align: center;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .customHero--box h1 {
        font-size: 44px;
        line-height: 54px;
    }
}
@media (max-width: 625px) {
    .customHero--box h1 {
        font-size: 40px;
        line-height: 52px;
    }
}
.customHero--box h1 p {
    font-size: 56px;
    line-height: 68px;
    margin: 0;
    text-align: center;
    font-weight: 500;
    max-width: 100%;
    width: 100%;
    color: #000;
}
@media (max-width: 1024px) {
    .customHero--box h1 p {
        font-size: 44px;
        line-height: 54px;
    }
}
@media (max-width: 625px) {
    .customHero--box h1 p {
        font-size: 40px;
        line-height: 52px;
    }
}
.customHero--box h1 span {
    color: #14b082;
}
.customHero--box > p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto 32px;
    text-align: center;
    max-width: 813px;
    color: rgba(0, 0, 0, 0.6);
}
.customHero--box a {
    padding: 13px 50px;
    display: block;
    max-width: max-content;
    margin: 0 auto;
}
@media (max-width: 480px) {
    .customHero--box a {
        max-width: 100%;
        width: 100%;
    }
}
.customHero__cards {
    padding: 164px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
}
@media (max-width: 765px) {
    .customHero__cards {
        padding: 100px 0 0 0;
    }
}
@media (max-width: 625px) {
    .customHero__cards {
        padding: 60px 0 0 0;
        flex-direction: column;
        row-gap: 20px;
    }
}
.customHero__card {
    width: calc(100% / 3 - 20px);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 16px;
    padding: 32px;
}
.customHero__card:not(:last-child) {
    margin-right: 30px;
}
@media (max-width: 1024px) {
    .customHero__card:not(:last-child) {
        margin-right: 20px;
    }
}
@media (max-width: 1024px) {
    .customHero__card {
        width: calc(100% / 3 - 40px / 3);
        padding: 26px;
    }
}
@media (max-width: 625px) {
    .customHero__card {
        width: 100%;
        padding: 24px;
    }
}
.customHero__card p {
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    font-weight: 500;
}
@media (max-width: 625px) {
    .customHero__card p {
        font-size: 14px;
        line-height: 20px;
    }
}
.customHero__card h2 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 16px;
    text-align: center;
    color: #14b082;
    font-weight: 500;
    white-space: nowrap;
}
@media (max-width: 1024px) {
    .customHero__card h2 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .customHero__card h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 625px) {
    .customHero__card h2 {
        margin-bottom: 12px;
    }
}
.customHero__card h2 span {
    font-size: 24px;
    line-height: 30px;
}
.customEstimator {
    padding: 100px 0;
    background: rgba(231, 243, 255, 0.5);
}
@media (max-width: 1024px) {
    .customEstimator {
        padding: 100px 0;
    }
}
@media (max-width: 765px) {
    .customEstimator {
        padding: 80px 0;
    }
}
.customEstimator__title {
    margin-bottom: 100px;
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    max-width: 890px;
    width: 100%;
}
@media (max-width: 1024px) {
    .customEstimator__title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .customEstimator__title {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 1024px) {
    .customEstimator__title {
        margin-bottom: 64px;
    }
}
@media (max-width: 765px) {
    .customEstimator__title {
        margin-bottom: 40px;
    }
}
.customEstimator__title span {
    color: #14b082;
}
.customEstimator__body {
    display: flex;
    column-gap: 90px;
}
@media (max-width: 1024px) {
    .customEstimator__body {
        column-gap: 40px;
    }
}
@media (max-width: 765px) {
    .customEstimator__body {
        flex-direction: column;
        row-gap: 40px;
    }
}
.customEstimator__cards {
    width: 42%;
}
@media (max-width: 765px) {
    .customEstimator__cards {
        width: 100%;
        order: 2;
    }
}
.customEstimator__card:not(:last-child) {
    margin-bottom: 48px;
}
@media (max-width: 765px) {
    .customEstimator__card:not(:last-child) {
        margin-bottom: 32px;
    }
}
.customEstimator__card > div {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    column-gap: 24px;
}
@media (max-width: 765px) {
    .customEstimator__card > div {
        column-gap: 20px;
    }
}
.customEstimator__card > div h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .customEstimator__card > div h4 {
        font-size: 20px;
        line-height: 30px;
    }
}
.customEstimator__card > div svg {
    flex-shrink: 0;
}
@media (max-width: 765px) {
    .customEstimator__card > div svg {
        width: 40px;
        height: 40px;
    }
}
.customEstimator__card p {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 765px) {
    .customEstimator__card p {
        font-size: 16px;
        line-height: 24px;
    }
}
.customEstimator__card p > a {
    color: #14b082;
}
.customEstimator__card p > a:hover {
    text-decoration: underline;
}
.customEstimator__card .button {
    min-width: 248px;
    max-width: max-content;
    width: 100%;
    display: block;
    margin-top: 24px;
}
@media (max-width: 625px) {
    .customEstimator__card .button {
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }
}
.customEstimator__card .custom-link {
    margin-top: 24px;
    max-width: max-content;
    display: block;
}
.customEstimator__cards--learn {
    display: flex;
}
.customEstimator__cards--learn a {
    min-width: 248px;
    max-width: max-content;
    width: 100%;
}
@media (max-width: 765px) {
    .customEstimator__cards--learn a {
        min-width: inherit;
        max-width: 480px;
        margin: 0 auto;
    }
}
.customEstimator__pic {
    width: 58%;
}
@media (max-width: 765px) {
    .customEstimator__pic {
        width: 100%;
    }
}
.customEstimator__pic img {
    max-width: 680px;
    margin: 0 auto;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.custbroader {
    margin-bottom: 150px;
}
@media (max-width: 1024px) {
    .custbroader {
        margin-bottom: 100px;
    }
}
@media (max-width: 625px) {
    .custbroader {
        margin-bottom: 80px;
    }
}
.custbroader__inner {
    padding: 100px 80px;
    border-radius: 24px;
    background: rgba(231, 243, 255, 0.5);
}
@media (max-width: 1024px) {
    .custbroader__inner {
        padding: 80px 40px;
    }
}
@media (max-width: 765px) {
    .custbroader__inner {
        padding: 80px 20px;
    }
}
.custbroader__header {
    display: flex;
    column-gap: 30px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}
@media (max-width: 765px) {
    .custbroader__header {
        margin-bottom: 40px;
    }
}
.custbroader__header h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    max-width: 768px;
    width: 100%;
}
@media (max-width: 1024px) {
    .custbroader__header h2 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .custbroader__header h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
.custbroader__header h2 span {
    color: #14b082;
}
.custbroader__header a {
    padding: 13px 31px;
    min-width: 214px;
}
@media (max-width: 765px) {
    .custbroader__header a {
        display: none;
    }
}
.custbroader__cards {
    display: flex;
    column-gap: 48px;
}
@media (max-width: 1024px) {
    .custbroader__cards {
        column-gap: 36px;
    }
}
@media (max-width: 765px) {
    .custbroader__cards {
        flex-direction: column;
        row-gap: 48px;
    }
}
.custbroader__card {
    width: calc(100% / 3);
}
@media (max-width: 765px) {
    .custbroader__card {
        width: 100%;
    }
}
.custbroader__card h4 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .custbroader__card h4 {
        font-size: 20px;
        line-height: 30px;
    }
}
.custbroader__card p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 20px;
    line-height: 30px;
}
@media (max-width: 765px) {
    .custbroader__card p {
        font-size: 16px;
        line-height: 24px;
    }
}
.custbroader__button--mob {
    display: none;
    padding: 32px 0 0 0;
}
.custbroader__button--mob a {
    display: block;
    width: 100%;
}
@media (max-width: 765px) {
    .custbroader__button--mob {
        display: block;
    }
}
.custom-run {
    padding-bottom: 150px;
}
@media (max-width: 1024px) {
    .custom-run {
        padding-bottom: 100px;
    }
}
@media (max-width: 765px) {
    .custom-run {
        padding-bottom: 80px;
    }
}
.custom-run--inner {
    padding: 56px 80px 56px 107px;
    border-radius: 16px;
    background: #0c6a4e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
}
@media (max-width: 1024px) {
    .custom-run--inner {
        padding: 48px;
    }
}
@media (max-width: 765px) {
    .custom-run--inner {
        padding: 48px 39px;
    }
}
@media (max-width: 625px) {
    .custom-run--inner {
        padding: 60px 39px;
        flex-direction: column;
        row-gap: 30px;
    }
}
.custom-run--inner h1 {
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .custom-run--inner h1 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .custom-run--inner h1 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 625px) {
    .custom-run--inner h1 {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }
}
.custom-run--button {
    padding: 44px 52px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    min-width: 361px;
}
@media (max-width: 765px) {
    .custom-run--button {
        padding: 26px 24px;
        min-width: 250px;
    }
}
.custom-run--button a {
    display: block;
    padding: 13px 74px 15px;
}
@media (max-width: 765px) {
    .custom-run--button a {
        padding: 13px 34px 15px;
    }
}
.custom-run--button svg {
    position: absolute;
}
.custom-run--button svg:nth-of-type(1) {
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
}
.custom-run--button svg:nth-of-type(2) {
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
}
.custom-run--button svg:nth-of-type(3) {
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
}
.custom-run--button svg:nth-of-type(4) {
    left: 0;
    bottom: 0;
    transform: translate(-50%, 50%);
}
.customReach {
    overflow: hidden;
}
.customReach {
    max-width: 1062px;
    width: 100%;
    padding: 64px 60px;
    border-radius: 10px;
    background: #0c6a4e;
    display: flex;
    column-gap: 40px;
    justify-content: space-around;
    margin: 0 auto;
    position: relative;
}
.customReach > svg {
    position: absolute;
}
.customReach > svg:nth-of-type(1) {
    top: -30px;
    left: -140px;
}
.customReach > svg:nth-of-type(2) {
    bottom: -120px;
    right: -80px;
}
.customReach > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    row-gap: 16px;
    position: relative;
}
.customReach > div h2 {
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 1024px) {
    .customReach > div h2 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .customReach > div h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
.customReach > div p {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1024px) {
    .customReach {
        padding: 64px 30px;
    }
}
@media (max-width: 625px) {
    .customReach {
        flex-direction: column;
        row-gap: 40px;
        padding: 48px 30px;
    }
}
@media (max-width: 625px) {
    .customReach > svg:nth-of-type(1) {
        top: -30px;
        left: -250px;
    }
}
@media (max-width: 625px) {
    .customReach > svg:nth-of-type(2) {
        bottom: -160px;
        right: -120px;
    }
}
.customSlider {
    padding: 120px 0 20px 0;
    background: #fff;
}
@media (max-width: 1024px) {
    .customSlider {
        padding: 100px 0 20px 0;
    }
}
@media (max-width: 625px) {
    .customSlider {
        padding-top: 60px;
    }
}
@media (max-width: 625px) {
    .customSlider .container {
        padding-left: 0;
        padding-right: 0;
    }
}
.customSlider__header {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    align-items: center;
}
.customSlider__header h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .customSlider__header h2 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .customSlider__header h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
.customSlider__header h2 span {
    color: #14b082;
}
@media (max-width: 625px) {
    .customSlider__header {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.customSlider__arrows {
    display: flex;
}
.customSlider__arrows > div {
    padding: 12px;
    transition: 0.35s;
    cursor: pointer;
}
.customSlider__arrows > div.swiper-button-disabled {
    opacity: 0;
}
.customSlider__arrows > div svg path {
    opacity: 0.6;
}
@media (max-width: 625px) {
    .customSlider__arrows {
        display: none;
    }
}
.customSlider .customSlider__slider {
    padding: 80px 0 100px 0;
}
@media (max-width: 1024px) {
    .customSlider .customSlider__slider {
        padding-bottom: 0;
        padding-top: 20px;
    }
}
.customSlider__slider .swiper-wrapper {
    display: flex;
}
@media (max-width: 625px) {
    .customSlider__slider .swiper-wrapper {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
}
.customSlider__slider .swiper-slide {
    height: auto;
    transition: 0.35s;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
}
@media (max-width: 625px) {
    .customSlider__slider .swiper-slide {
        box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.07);
    }
}
.customSlider__slider .swiper-slide:hover {
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.07);
}
.customSlider__slider .swiper-slide > img {
    height: 240px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left center;
    object-position: left center;
}
@media (max-width: 625px) {
    .customSlider__slider .swiper-slide > img {
        height: 180px;
    }
}
@media (max-width: 480px) {
    .customSlider__slider .swiper-slide > img {
        height: 148px;
    }
}
.customSlider__slider .swiper-slide.objectPos--cc > img {
    -o-object-position: center;
    object-position: center;
}
.customSlider__slider .swiper-slide .swiper-slide--info {
    flex-grow: 1;
    padding: 24px 58px 24px 24px;
    border-radius: 16px;
    border: 1px solid #f7f7f7;
    border-top: none;
}
@media (max-width: 625px) {
    .customSlider__slider .swiper-slide .swiper-slide--info {
        padding-right: 24px;
    }
}
.customSlider__slider .swiper-slide .swiper-slide--info p {
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    color: #14b082;
    margin-bottom: 12px;
}
.customSlider__slider .swiper-slide .swiper-slide--info h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    font-weight: 600;
    color: #000;
}
.customSlider__slider .swiper-slide .swiper-slide--info span {
    font-size: 10px;
    line-height: 15px;
    color: #c1ccd0;
}
.customSlider--more {
    display: flex;
    justify-content: center;
}
.customSlider--more a {
    padding: 13px 72px 15px;
}
.cusResponses {
    padding: 120px 109px;
    border-radius: 24px;
    background: #f3f9ff;
}
@media (max-width: 1024px) {
    .cusResponses {
        padding: 100px 40px;
    }
}
@media (max-width: 765px) {
    .cusResponses {
        padding: 80px 20px;
    }
}
.cusResponses > h2 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 100px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .cusResponses > h2 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .cusResponses > h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 1024px) {
    .cusResponses > h2 {
        margin-bottom: 64px;
    }
}
@media (max-width: 765px) {
    .cusResponses > h2 {
        margin-bottom: 40px;
    }
}
.cusResponses--inner {
    column-gap: 30px;
    display: flex;
}
@media (max-width: 1024px) {
    .cusResponses--inner {
        column-gap: 20px;
    }
}
@media (max-width: 765px) {
    .cusResponses--inner {
        flex-direction: column;
    }
}
.cusResponses__response {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 48px 46px 48px 40px;
    border-radius: 24px;
    background: #fff;
    row-gap: 24px;
}
@media (max-width: 1024px) {
    .cusResponses__response {
        padding: 32px;
    }
}
@media (max-width: 765px) {
    .cusResponses__response {
        width: 100%;
    }
    .cusResponses__response:not(:last-child) {
        margin-bottom: 20px;
    }
}
.cusResponses__response--top svg {
    margin-bottom: 24px;
}
@media (max-width: 765px) {
    .cusResponses__response--top svg {
        width: 22px;
        height: auto;
    }
}
.cusResponses__response--top p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .cusResponses__response--top p {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 765px) {
    .cusResponses__response--top p {
        font-size: 18px;
        line-height: 27px;
        font-weight: 400;
    }
}
.cusResponses__response--author {
    display: flex;
    column-gap: 16px;
    align-items: center;
}
.cusResponses__response--author img {
    flex-shrink: 0;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
}
.cusResponses__response--author > div h6 {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-weight: 500;
}
@media (max-width: 765px) {
    .cusResponses__response--author > div h6 {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 6px;
    }
}
.cusResponses__response--author > div p {
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 625px) {
    .cusResponses__response--author > div p {
        line-height: 20px;
    }
}
@media (max-width: 765px) {
    .cusResponses__response--author > div p {
        font-size: 14px;
        line-height: 21px;
    }
}
.hero {
    width: 100%;
    background: #f3fffc;
    padding: 150px 0 120px;
}
@media (max-width: 1200px) {
    .hero {
        padding: 150px 0 120px;
    }
}
@media (max-width: 625px) {
    .hero {
        height: unset;
        padding-top: 128px;
        padding-bottom: 60px;
    }
}
.hero .container-box {
    display: flex;
    align-items: center;
    height: 100%;
}
.hero__inner {
    display: flex;
    column-gap: 45px;
    align-items: center;
}
@media (max-width: 1200px) {
    .hero__inner {
        column-gap: 15px;
    }
}
.hero__pic {
    width: 26.5%;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    position: relative;
}
.hero__pic > div:hover img {
    transform: scale(1.1);
}
.hero__pic img {
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    transition: 0.5s;
}
@media (max-width: 1200px) {
    .hero__pic {
        display: none;
    }
}
.hero__pic:first-child {
    row-gap: 26px;
}
@media (max-width: 1200px) {
    .hero__pic:first-child {
        display: none;
    }
}
.hero__pic:first-child > img {
    width: 88%;
}
.hero__pic:first-child > img:nth-of-type(2) {
    margin-left: auto;
}
.hero__pic:first-child > img:hover {
    transform: scale(1.1);
}
.hero__pic:first-child > div {
    position: relative;
}
.hero__pic:first-child > div img:nth-of-type(2) {
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    box-shadow: none;
}
.hero__pic:first-child > div:nth-of-type(1) {
    margin-top: 30px;
    padding-left: 18%;
}
.hero__pic:first-child > div:nth-of-type(1) img {
    width: 40px;
    height: 40px;
}
.hero__pic:first-child > div:nth-of-type(2):hover img:nth-of-type(2) {
    transform: scale(1.1) translate(-50%, -50%);
}
.hero__pic:first-child > div:nth-of-type(2):hover img:nth-of-type(1) {
    transform: scale(1.1);
}
.hero__pic:first-child > div:nth-of-type(2) img:nth-of-type(1) {
    width: 94%;
    margin-left: auto;
}
.hero__pic:first-child > div:nth-of-type(2) img:nth-of-type(2) {
    width: 94px;
    height: 94px;
    left: 50%;
}
.hero__pic:first-child > div:nth-of-type(3):hover img:nth-of-type(2) {
    transform: scale(1.1) translate(25%, -60%);
}
.hero__pic:first-child > div:nth-of-type(3):hover img:nth-of-type(1) {
    transform: scale(1.1);
}
.hero__pic:first-child > div:nth-of-type(3) img:nth-of-type(1) {
    width: 70%;
    margin: 0 auto;
}
.hero__pic:first-child > div:nth-of-type(3) img:nth-of-type(2) {
    width: 25px;
    height: 25px;
    right: 60px;
    transform: translateY(-50%);
}
.hero__pic:last-child {
    display: block;
    padding-top: 30px;
}
@media (max-width: 1200px) {
    .hero__pic:last-child {
        display: none;
    }
}
.hero__pic:last-child > div img {
    max-width: 100%;
    width: auto;
}
.hero__pic:last-child > div:nth-of-type(1) {
    padding-left: 90px;
    margin-bottom: 53px;
}
@media (max-width: 1300px) {
    .hero__pic:last-child > div:nth-of-type(1) {
        padding-left: 50px;
    }
}
.hero__pic:last-child > div:nth-of-type(2) {
    padding-left: 20px;
    margin-bottom: 26px;
}
.hero__pic:last-child > div:nth-of-type(3) {
    padding-left: 10px;
}
.hero__pic:last-child > div:nth-of-type(4) {
    max-width: max-content;
    position: absolute;
    right: 0;
    top: 0;
}
.hero__content {
    width: 47%;
    padding: 30px 0 0 0;
}
.hero__content h1 {
    font-size: 56px;
    line-height: 68px;
    text-align: center;
    margin-bottom: 32px;
    color: #000;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .hero__content h1 {
        font-size: 44px;
        line-height: 54px;
    }
}
@media (max-width: 625px) {
    .hero__content h1 {
        font-size: 40px;
        line-height: 52px;
    }
}
.hero__content > p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 48px;
    color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 625px) {
    .hero__content > p {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 1200px) {
    .hero__content {
        margin-left: auto;
        width: 100%;
        margin-right: auto;
    }
}
.hero__content--links {
    display: flex;
    justify-content: center;
    column-gap: 12px;
    align-items: center;
}
@media (max-width: 1300px) {
    .hero__content--links {
        flex-direction: column;
        row-gap: 30px;
    }
}
.hero__content--links a:nth-of-type(2) {
    padding: 0 18px;
}
.hero__content--links a:nth-of-type(2) p {
    font-size: 18px;
    line-height: 28px;
    position: relative;
    color: #000;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .hero__content--links a:nth-of-type(2) p {
        font-size: 16px;
        line-height: 24px;
    }
}
.hero__content--links a:nth-of-type(2) p:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #101c3d;
}
@media (max-width: 625px) {
    .hero__content--links {
        row-gap: 0px;
    }
    .hero__content--links > a {
        text-align: center;
        font-size: 18px;
        line-height: 28px;
    }
    .hero__content--links > a:first-child {
        width: 100%;
    }
    .hero__content--links > a:not(:last-child) {
        margin-bottom: 24px;
    }
}
.awards {
    padding: 0px 80px 0px 80px;
    background: #fff;
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 1450px) {
    .awards {
        max-width: 1060px;
    }
}
@media (max-width: 1200px) {
    .awards {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 765px) {
    .awards {
        max-width: 540px;
    }
}
@media (max-width: 625px) {
    .awards {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.awards__slider.swiper {
    padding: 60px 0;
}
.awards__slider.swiper .awards-pagination {
    position: absolute;
    text-align: center;
    bottom: 0px;
}
.awards__slider.swiper .awards-pagination .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.4);
}
.awards__slider.swiper .awards-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.awards__slider.swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: initial;
    justify-content: space-between;
}
.awards__slider.swiper .swiper-slide:nth-child(3n + 1),
.awards__slider.swiper .swiper-slide:nth-child(3n + 2) {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
    .awards__slider.swiper .swiper-slide:nth-child(3n + 1),
    .awards__slider.swiper .swiper-slide:nth-child(3n + 2) {
        border-right: none;
    }
}
@media (max-width: 1024px) {
    .awards__slider.swiper .swiper-slide:nth-child(odd) {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
}
@media (max-width: 1024px) and (max-width: 765px) {
    .awards__slider.swiper .swiper-slide:nth-child(odd) {
        border-right: none;
    }
}
.awards__slider.swiper .swiper-slide--pic {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    opacity: 0.8;
}
.awards__slider.swiper .swiper-slide--pic img {
    max-width: 100%;
    width: 100%;
}
@media (max-width: 1024px) {
    .awards__slider.swiper .swiper-slide--pic img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}
@media (max-width: 625px) {
    .awards__slider.swiper .swiper-slide--pic img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}
.awards__slider.swiper p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 500;
}
@media (max-width: 625px) {
    .awards__slider.swiper p {
        position: relative;
        top: -8px;
        margin-top: -4px;
        font-size: 12px;
        line-height: 20px;
        color: #999;
    }
}
.awards__slider.swiper p.width-150 {
    max-width: 150px;
}
.multisource {
    padding: 60px 0;
}
@media (max-width: 1024px) {
    .multisource {
        padding: 60px 0;
    }
}
@media (max-width: 625px) {
    .multisource {
        padding-bottom: 40px;
    }
}
.multisource h2,
.multisource p {
    text-align: center;
    max-width: 760px;
    width: 100%;
}
.multisource h2 {
    font-size: 48px;
    line-height: 60px;
    color: #000;
    margin: 0 auto 32px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .multisource h2 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .multisource h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 625px) {
    .multisource h2 {
        margin-bottom: 24px;
    }
}
.multisource p {
    margin: 0 auto 80px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    line-height: 30px;
}
@media (max-width: 1024px) {
    .multisource p {
        margin-bottom: 64px;
    }
}
@media (max-width: 625px) {
    .multisource p {
        margin-bottom: 48px;
    }
}
.multisource img,
.multisource svg {
    width: 100%;
    height: 40.5vw;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 32px;
}
@media (max-width: 1200px) {
    .multisource img,
    .multisource svg {
        height: auto;
    }
}
@media (max-width: 625px) {
    .multisource img,
    .multisource svg {
        display: none;
    }
}
.multisource .mobile {
    display: none;
}
@media (max-width: 625px) {
    .multisource .mobile {
        display: flex;
    }
}
.multisource #Tolltip1 > g:nth-of-type(1) ellipse,
.multisource #Tolltip1 > g:nth-of-type(1) polyline {
    opacity: 0;
}
.multisource #Tolltip1 > rect,
.multisource #Tolltip1 > g:nth-of-type(2) {
    opacity: 0;
}
.multisource #Tolltip1.hover-active > g:nth-of-type(1) ellipse {
    animation: fadeAnim 0.2s ease forwards;
}
.multisource #Tolltip1.hover-active > g:nth-of-type(1) polyline {
    animation: fadeAnim 0.2s ease forwards;
    animation-delay: 0.2s;
}
.multisource #Tolltip1.hover-active > rect {
    animation: fadeAnim 0.2s ease forwards;
    animation-delay: 0.4s;
}
.multisource #Tolltip1.hover-active > g:nth-of-type(2) {
    animation: fadeAnim 0.2s ease forwards;
    animation-delay: 0.6s;
}
.multisource #Tolltip2 > rect,
.multisource #Tolltip2 > g:nth-of-type(1) {
    opacity: 0;
}
.multisource #Tolltip2 > g:last-child ellipse,
.multisource #Tolltip2 > g:last-child polyline {
    opacity: 0;
}
.multisource #Tolltip2.hover-active > g:last-child ellipse {
    animation: fadeAnim 0.2s ease forwards;
}
.multisource #Tolltip2.hover-active > g:last-child polyline {
    animation: fadeAnim 0.2s ease forwards;
    animation-delay: 0.2s;
}
.multisource #Tolltip2.hover-active > rect {
    animation: fadeAnim 0.2s ease forwards;
    animation-delay: 0.4s;
}
.multisource #Tolltip2.hover-active > g:nth-of-type(1) {
    animation: fadeAnim 0.2s ease forwards;
    animation-delay: 0.6s;
}
.multisource #Tolltip3 > g:nth-of-type(2) ellipse,
.multisource #Tolltip3 > g:nth-of-type(2) polyline {
    opacity: 0;
}
.multisource #Tolltip3 > g:nth-of-type(1) > g,
.multisource #Tolltip3 > g:nth-of-type(1) > rect {
    opacity: 0;
}
.multisource #Tolltip3.hover-active > g:nth-of-type(2) ellipse {
    animation: fadeAnim 0.2s ease forwards;
}
.multisource #Tolltip3.hover-active > g:nth-of-type(2) polyline {
    animation: fadeAnim 0.2s ease forwards;
    animation-delay: 0.2s;
}
.multisource #Tolltip3.hover-active > g:nth-of-type(1) > rect {
    animation: fadeAnim 0.2s ease forwards;
    animation-delay: 0.4s;
}
.multisource #Tolltip3.hover-active > g:nth-of-type(1) > g {
    animation: fadeAnim 0.4s ease forwards;
    animation-delay: 0.6s;
}
@keyframes fadeAnim {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.multisource #lines .lines_line-two {
    animation: flowLineTwo 16s infinite linear;
}
.multisource #lines .lines_line-one {
    animation: flowLineOne 16s infinite linear;
}
.multisource #lines .lines_line-three {
    animation: flowLineThree 8s infinite linear;
}
@keyframes flowLineOne {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -203;
    }
}
@keyframes flowLineTwo {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 335;
    }
}
@keyframes flowLineThree {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -180;
    }
}
.explore {
    padding: 60px 0 150px 0;
}
@media (max-width: 1024px) {
    .explore {
        padding-bottom: 100px;
    }
}
@media (max-width: 625px) {
    .explore {
        padding-top: 40px;
        padding-bottom: 80px;
    }
}
.explore__title {
    margin-bottom: 80px;
    max-width: 630px;
    width: 100%;
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .explore__title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .explore__title {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 625px) {
    .explore__title {
        text-align: center;
        margin-bottom: 60px;
    }
}
.explore__title span {
    color: #14b082;
}
.explore__body {
    display: flex;
    column-gap: 30px;
}
@media (max-width: 1024px) {
    .explore__body {
        column-gap: 15px;
    }
}
@media (max-width: 625px) {
    .explore__body {
        flex-direction: column;
    }
}
.explore__tabs {
    width: calc(47% - 15px);
}
@media (max-width: 625px) {
    .explore__tabs {
        width: 100%;
    }
}
.explore__tab {
    padding: 0 0 40px 64px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer;
    position: relative;
}
@media (max-width: 1024px) {
    .explore__tab {
        padding-left: 40px;
    }
}
@media (max-width: 625px) {
    .explore__tab {
        padding-bottom: 32px;
    }
}
.explore__tab h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px;
    font-weight: 500;
    opacity: 0.4;
}
@media (max-width: 1024px) {
    .explore__tab h3 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 625px) {
    .explore__tab h3 {
        margin-bottom: 10px;
    }
}
.explore__tab p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
    color: rgba(0, 0, 0, 0.6);
    opacity: 0.4;
}
@media (max-width: 625px) {
    .explore__tab p {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 24px;
    }
}
.explore__tab a {
    font-size: 18px;
    line-height: 28px;
    opacity: 0.4;
    pointer-events: none;
}
@media (max-width: 1024px) {
    .explore__tab a {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 625px) {
    .explore__tab a {
        font-size: 14px;
        line-height: 28px;
    }
}
.explore__tab:last-child {
    padding: 0 0 0 64px;
}
@media (max-width: 1024px) {
    .explore__tab:last-child {
        padding-left: 40px;
    }
}
.explore__tab.active h3,
.explore__tab.active p,
.explore__tab.active a {
    opacity: 1;
}
.explore__tab.active a {
    pointer-events: initial;
}
.explore__tab.active:after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 2px;
    left: -1px;
    top: 0;
    background: #14b082;
}
.explore__tab.active .explore__itme {
    margin-top: 32px;
}
.explore__tab .explore__itme {
    display: none;
}
@media (max-width: 625px) {
    .explore__tab .explore__itme {
        display: flex;
    }
}
.explore__itmes {
    width: calc(53% - 15px);
}
@media (max-width: 625px) {
    .explore__itmes {
        display: none;
    }
}
.explore__itme {
    flex-direction: column;
    row-gap: 17px;
    display: none;
    height: 100%;
    align-items: center;
}
.explore__itme.active {
    display: flex;
}
.explore__itme > img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 625px) {
    .explore__itme {
        row-gap: 8px;
        max-height: 0;
        overflow: hidden;
        transition: 0.35s;
    }
}
.explore > img {
    max-height: 100%;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.explore__quote--wrapp {
    padding: 0 0 0 30px;
}
.explore__quote--wrapp.quote--yellow .explore__quote {
    background: rgba(255, 201, 71, 0.2);
}
.explore__quote--wrapp.quote--yellow .explore__quote > svg path {
    fill: #ffc947;
}
@media (max-width: 625px) {
    .explore__quote--wrapp {
        padding-left: 0;
    }
}
.explore__quote {
    max-width: 530px;
    width: 100%;
    padding: 32px;
    border-radius: 24px;
    background: rgba(20, 176, 130, 0.15);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    display: flex;
    column-gap: 24px;
}
@media (max-width: 625px) {
    .explore__quote {
        position: relative;
        padding: 16px;
        column-gap: 12px;
    }
}
.explore__quote svg {
    flex-shrink: 0;
}
@media (max-width: 625px) {
    .explore__quote svg {
        width: 16px;
        height: 14px;
    }
}
.explore__quote--text > p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
@media (max-width: 625px) {
    .explore__quote--text > p {
        font-size: 14px;
        line-height: 20px;
        color: #000;
        margin-bottom: 14px;
    }
}
.explore__quote--author {
    display: flex;
    column-gap: 16px;
    align-items: center;
}
@media (max-width: 625px) {
    .explore__quote--author {
        column-gap: 12px;
    }
}
.explore__quote--author > div span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
}
@media (max-width: 625px) {
    .explore__quote--author > div span {
        font-size: 13px;
        line-height: 20px;
    }
}
.explore__quote--author > div p {
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.4);
    margin-top: 4px;
}
@media (max-width: 625px) {
    .explore__quote--author > div p {
        font-size: 12px;
        line-height: 16px;
    }
}
.explore__quote--author img {
    width: 48px;
    height: 48px;
    border-radius: 50% 50%;
}
@media (max-width: 625px) {
    .explore__quote--author img {
        width: 40px;
        height: 40px;
    }
}
.audiences {
    padding: 120px 0 120px 0;
    background: rgba(231, 243, 255, 0.5);
}
@media (max-width: 1024px) {
    .audiences {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (max-width: 625px) {
    .audiences {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.audiences__title {
    font-size: 48px;
    line-height: 60px;
    margin: 0 auto 32px;
    max-width: 730px;
    text-align: center;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .audiences__title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .audiences__title {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 625px) {
    .audiences__title {
        margin-bottom: 32px;
    }
}
.audiences__title span {
    color: #14b082;
}
.audiences__cards {
    display: flex;
    flex-wrap: wrap;
    column-gap: 17px;
    row-gap: 7px;
    justify-content: center;
    margin: 0 auto 16px;
    max-width: 1400px;
    width: 100%;
}
@media (max-width: 1024px) {
    .audiences__cards {
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-width: max-content;
    }
}
@media (max-width: 625px) {
    .audiences__cards {
        display: grid;
        flex-wrap: unset;
        column-gap: unset;
        row-gap: unset;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin: 0 auto 32px;
    }
}
.audiences__cards > div {
    max-width: 338px;
    width: 100%;
    border-radius: 32px;
    transition: 0.35s;
    cursor: pointer;
}
.audiences__cards > div:hover {
    background: #fff;
}
.audiences__cards > div:hover > a p {
    color: #1465b0;
}
@media (max-width: 625px) {
    .audiences__cards > div:hover > a {
        background: unset;
    }
}
.audiences__cards > div:nth-of-type(4),
.audiences__cards > div:nth-of-type(5) {
    cursor: default;
}
.audiences__cards > div:nth-of-type(4) a,
.audiences__cards > div:nth-of-type(5) a {
    pointer-events: none;
}
.audiences__card {
    padding: 48px 39px;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
    border-radius: 32px;
    transition: 0.35s;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .audiences__card {
        padding: 30px;
        max-width: 100%;
    }
}
@media (max-width: 625px) {
    .audiences__card {
        padding: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .audiences__card svg {
        width: 68px;
        height: 68px;
    }
}
.audiences__card p {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    font-weight: 500;
    color: black;
    transition: 0.35s;
}
@media (max-width: 1024px) {
    .audiences__card p {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 625px) {
    .audiences__card p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 625px) {
    .audiences__card:nth-of-type(3) {
        order: 4;
    }
}
@media (max-width: 625px) {
    .audiences__card:nth-of-type(4) {
        order: 3;
    }
}
@media (max-width: 625px) {
    .audiences__card:nth-of-type(5) {
        order: 5;
    }
}
@media (max-width: 625px) {
    .audiences__card:nth-of-type(6) {
        order: 6;
    }
}
.audiences__button {
    margin: 0 auto;
    display: block;
    max-width: 220px;
    width: 100%;
}
@media (max-width: 625px) {
    .audiences__button {
        max-width: 370px;
        font-size: 18px;
    }
}
.sectVideo {
    padding: 0 0 50px;
}
@media (max-width: 1024px) {
    .sectVideo {
        padding-bottom: 30px;
    }
}
.sectVideo__img {
    position: relative;
    width: 100%;
    margin-bottom: 64px;
}
@media (max-width: 625px) {
    .sectVideo__img {
        margin-bottom: 32px;
    }
}
.sectVideo__img .container {
    height: 100%;
    border-radius: 32px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
}
.sectVideo__img img,
.sectVideo__img iframe {
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    border-radius: 10px;
    margin: 0 auto;
}
@media (max-width: 625px) {
    .sectVideo__img img,
    .sectVideo__img iframe {
        border-radius: 16px;
    }
}
.sectVideo__img iframe {
    max-width: 100%;
    width: 100%;
    height: 100%;
}
@media (max-width: 625px) {
    .sectVideo__img iframe {
        -o-object-fit: contain;
        object-fit: contain;
    }
}
@media (max-width: 480px) {
    .sectVideo__img iframe {
        width: auto;
        height: auto;
    }
}
.sectVideo__img svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
    .sectVideo__img svg {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 625px) {
    .sectVideo__img svg {
        width: 48px;
        height: 48px;
    }
}
.sectVideo__img:before {
    content: " ";
    position: absolute;
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(231, 243, 255, 0.5);
}
.sectVideo__button {
    display: block;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 625px) {
    .sectVideo__button {
        max-width: 370px;
        width: calc(100% - 40px);
    }
}
.sectVideo--inner {
    max-width: 560px;
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    border-radius: 32px;
    margin: 0 auto;
}
@media (max-width: 625px) {
    .sectVideo--inner {
        border-radius: 16px;
    }
}
@media (max-width: 480px) {
    .sectVideo--inner {
        max-width: 300px;
        height: 150px;
    }
}
.sectVideo--cover {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    overflow: hidden;
    top: 0;
    left: 0;
}
@media (max-width: 625px) {
    .sectVideo--cover {
        border-radius: 16px;
    }
}
.sectVideo--cover > div {
    position: relative;
    width: 100%;
    height: 100%;
}
.sectVideo--cover > div img {
    width: 100%;
    height: 100%;
}
.sectVideo--cover > div:after {
    content: url(../images/video_play.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sectVideo--cover--hidden {
    display: none;
}
.videoPopup {
    position: fixed;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
    align-items: center;
    justify-content: center;
    background: rgba(24, 24, 24, 0.53);
    opacity: 0;
    visibility: hidden;
    transition: 0.8s;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 20px;
    padding-right: 20px;
}
.videoPopup.active {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100vh;
}
.videoPopup__video {
    max-width: 90%;
    width: 100%;
    height: 80vh;
    position: relative;
    overflow: hidden;
    padding: 60px 10px;
}
@media (max-width: 765px) {
    .videoPopup__video {
        height: 400px;
        max-width: 95%;
    }
}
@media (max-width: 480px) {
    .videoPopup__video {
        height: 320px;
        max-width: 100%;
    }
}
.videoPopup__video:before {
    position: absolute;
    width: 100%;
    height: calc(100% - 100px);
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 25px;
    background: #d3d3d3;
}
.videoPopup__video iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 19px;
    position: relative;
    z-index: 999;
}
.videoPopup__exit,
.videoPopup__exit-iframe {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.4);
    display: flex;
}
.videoPopup__exit svg,
.videoPopup__exit-iframe svg {
    width: 40px;
    height: 40px;
}
.videoPopup__clos {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
}
.formats {
    padding: 70px 0 150px 0;
}
@media (max-width: 1024px) {
    .formats {
        padding-bottom: 100px;
    }
}
@media (max-width: 625px) {
    .formats {
        padding-bottom: 80px;
        padding-top: 50px;
    }
}
.formats__title {
    font-size: 48px;
    line-height: 60px;
    margin: 0 auto 80px;
    max-width: 830px;
    width: 100%;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 1024px) {
    .formats__title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .formats__title {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 625px) {
    .formats__title {
        margin-bottom: 48px;
    }
}
.formats__title span {
    color: #14b082;
}
.formats__tabs {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 27px;
    max-width: 1060px;
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    position: relative;
}
@media (max-width: 625px) {
    .formats__tabs {
        overflow: auto;
        height: 72px;
        padding-bottom: 2px;
        border-bottom: 0;
        width: calc(100% + 20px);
    }
    .formats__tabs::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
    }
}
.formats__tab {
    padding: 0 0 22px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 22px;
    cursor: pointer;
    position: relative;
    max-width: 124px;
    width: 100%;
}
@media (max-width: 625px) {
    .formats__tab {
        height: 100%;
        min-width: 40%;
        row-gap: 12px;
    }
}
.formats__tab:after {
    content: " ";
    min-width: 100%;
    position: absolute;
    bottom: -2px;
    max-width: 120px;
    width: 100%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 625px) {
    .formats__tab:after {
        background: rgba(0, 0, 0, 0.2);
    }
}
.formats__tab.active:after {
    background: #14b082;
}
.formats__tab.active p {
    color: #000;
}
.formats__tab.active g {
    opacity: 1;
}
.formats__tab.active svg path {
    stroke: #14b082;
}
.formats__tab.active svg circle {
    fill: #14b082;
}
.formats__tab p {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-weight: 500;
}
@media (max-width: 625px) {
    .formats__tab p {
        font-size: 14px;
        line-height: 20px;
    }
}
@media (max-width: 625px) {
    .formats__tab svg {
        min-width: 24px;
        min-height: 24px;
        height: 24px;
        width: 24px;
    }
}
.formats__items {
    padding: 0 0 0 100px;
    margin-bottom: 120px;
}
@media (max-width: 1024px) {
    .formats__items {
        padding-left: 0;
        margin-bottom: 40px;
    }
}
.formats__item {
    display: none;
    column-gap: 10px;
    align-items: center;
}
.formats__item > a {
    display: none;
}
@media (max-width: 625px) {
    .formats__item {
        flex-direction: column;
    }
    .formats__item > a {
        display: flex;
        margin-top: 30px;
        width: 100%;
        max-width: 370px;
        text-align: center;
        justify-content: center;
        font-size: 18px;
        line-height: 24px;
    }
}
.formats__item.active {
    display: flex;
}
.formats__item--text {
    width: 40%;
}
@media (max-width: 625px) {
    .formats__item--text {
        width: 100%;
    }
}
.formats__item--text h3 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 40px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .formats__item--text h3 {
        font-size: 28px;
        line-height: 32px;
    }
}
@media (max-width: 625px) {
    .formats__item--text h3 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 625px) {
    .formats__item--text h3 {
        font-size: 22px;
        line-height: 33px;
    }
}
.formats__item--text p {
    display: flex;
    column-gap: 16px;
}
.formats__item--text p span {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 625px) {
    .formats__item--text p span {
        font-size: 16px;
        line-height: 20px;
    }
}
.formats__item--text p svg {
    flex-shrink: 0;
}
.formats__item--text p:not(:last-child) {
    margin-bottom: 16px;
}
.formats__item--text a {
    display: block;
    max-width: max-content;
    margin-top: 40px;
}
@media (max-width: 625px) {
    .formats__item--text a {
        display: none;
    }
}
.formats__item--pic {
    width: 60%;
}
@media (max-width: 625px) {
    .formats__item--pic {
        width: 100%;
        margin-top: 40px;
    }
}
.formats__item--pic img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.formats__multiformat {
    padding: 92px 40px;
    border-radius: 40px;
    background: #0c6a4e;
    position: relative;
    overflow: hidden;
}
.formats__multiformat h2 {
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    max-width: 900px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    margin: 0 auto 32px;
    position: relative;
}
@media (max-width: 1024px) {
    .formats__multiformat h2 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .formats__multiformat h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
.formats__multiformat a {
    padding: 13px 57px 15px 57px;
    display: block;
    max-width: max-content;
    margin: 0 auto;
    position: relative;
}
.formats__multiformat svg {
    position: absolute;
}
.formats__multiformat svg:nth-of-type(1) {
    top: -70px;
    left: -280px;
}
.formats__multiformat svg:nth-of-type(2) {
    bottom: -50px;
    right: -140px;
}
.platform {
    padding: 120px 0;
    background: #f3f9ff;
}
@media (max-width: 1024px) {
    .platform {
        padding: 100px 0;
    }
}
@media (max-width: 850px) {
    .platform {
        padding: 80px 0;
    }
}
@media (min-width: 1920px) {
    .platform .container {
        padding-right: 32px;
        padding-left: 32px;
        max-width: 1340px;
    }
}
.platform__title {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 80px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .platform__title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .platform__title {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 1024px) {
    .platform__title {
        text-align: center;
        margin-bottom: 64px;
    }
}
@media (max-width: 850px) {
    .platform__title {
        max-width: 295px;
        width: 100%;
        margin: 0 auto 40px;
    }
}
.platform__title span {
    color: #14b082;
}
.platform__left {
    display: flex;
    flex-direction: column;
}
@media (max-width: 850px) {
    .platform__left {
        flex-direction: row;
        align-items: center;
    }
}
.platform__headline {
    display: flex;
    align-items: center;
}
@media (max-width: 850px) {
    .platform__headline {
        align-items: flex-start;
        justify-content: space-between;
        align-items: center;
    }
}
.platform__headline > svg {
    display: none;
}
@media (max-width: 850px) {
    .platform__headline > svg {
        width: 24px !important;
        height: 24px !important;
        display: flex;
    }
}
.platform__cards {
    display: flex;
    row-gap: 30px;
    column-gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 64px;
}
@media (max-width: 1024px) {
    .platform__cards {
        display: grid;
        flex-wrap: unset;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 850px) {
    .platform__cards {
        gap: 16px;
        grid-template-columns: 1fr;
        margin-bottom: 32px;
    }
}
.platform__card {
    width: calc(100% / 3 - 20px);
    background: rgba(65, 111, 244, 0.05);
    padding: 48px 32px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 16px;
    cursor: pointer;
    transition: 0.35s;
}
@media (max-width: 1024px) {
    .platform__card {
        width: 100%;
    }
}
@media (max-width: 850px) {
    .platform__card {
        padding: 24px;
        row-gap: 0;
    }
}
.platform__card > div {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
@media (max-width: 850px) {
    .platform__card > div {
        row-gap: 0;
    }
}
.platform__card > div h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-top: 16px;
}
@media (max-width: 1024px) {
    .platform__card > div h4 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 850px) {
    .platform__card > div h4 {
        margin-left: 16px;
        margin-top: 0;
        font-size: 22px;
        line-height: 33px;
    }
}
.platform__card > div p {
    font-size: 20px;
    line-height: 30px;
}
@media (max-width: 850px) {
    .platform__card > div svg,
    .platform__card > div img {
        max-width: 40px;
        min-width: 40px;
        min-height: 40px;
        max-height: 40px;
    }
}
.platform__card > a {
    max-width: max-content;
    font-size: 18px;
    line-height: 28px;
}
@media (max-width: 1024px) {
    .platform__card > a {
        font-size: 16px;
        line-height: 24px;
    }
}
.platform__card:hover {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 850px) and (max-width: 850px) {
    .platform__card.active > div p,
    .platform__card.active .custom-link {
        max-height: unset;
    }
    .platform__card.active > div p:after,
    .platform__card.active .custom-link:after {
        opacity: 1;
    }
}
@media (max-width: 850px) {
    .platform__card.active > div p {
        margin-top: 16px;
        margin-bottom: 16px;
    }
}
@media (max-width: 850px) {
    .platform__card > div p,
    .platform__card .custom-link {
        overflow: hidden;
        max-height: 0;
    }
    .platform__card > div p:after,
    .platform__card .custom-link:after {
        opacity: 0;
    }
}
.platform__button {
    display: block;
    margin: 0 auto;
    max-width: max-content;
}
@media (max-width: 850px) {
    .platform__button {
        display: flex;
        justify-content: center;
        max-width: 100%;
        font-size: 18px;
        line-height: 28px;
    }
}
.partnerships {
    padding: 120px 0;
}
@media (max-width: 1024px) {
    .partnerships {
        padding: 100px 0;
    }
}
@media (max-width: 625px) {
    .partnerships {
        padding: 80px 0;
    }
}
.partnerships h3 {
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 80px;
}
@media (max-width: 1024px) {
    .partnerships h3 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .partnerships h3 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 1024px) {
    .partnerships h3 {
        font-size: 32px;
        line-height: 40px;
    }
}
@media (max-width: 625px) {
    .partnerships h3 {
        margin-bottom: 42px;
    }
}
.partnerships__pics {
    max-width: 1040px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 48px;
    justify-content: center;
    margin: 0 auto;
}
@media (max-width: 625px) {
    .partnerships__pics {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .partnerships__pics img {
        width: 100%;
    }
}
.partnerships__pics > div {
    width: 188px;
    height: 64px;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    justify-content: center;
    display: flex;
}
.partnerships__pics > div img {
    max-width: 100%;
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 625px) {
    .partnerships__pics > div {
        width: auto;
        height: auto;
    }
}
.partnerships__carrousel {
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}
.partnerships__carrousel:not(:last-child) {
    margin-bottom: 60px;
}
@media (max-width: 1024px) {
    .partnerships__carrousel:not(:last-child) {
        margin-bottom: 50px;
    }
}
@media (max-width: 765px) {
    .partnerships__carrousel:not(:last-child) {
        margin-bottom: 32px;
        display: none;
    }
}
.partnerships__carrousel.carrousel--reverse {
    display: flex;
    justify-content: flex-end;
}
@media (max-width: 765px) {
    .partnerships__carrousel.carrousel--reverse {
        display: none;
    }
}
.partnerships__carrousel.carrousel--reverse .partnerships__carrousel--inner {
    animation: marqueeReverse 30s linear infinite forwards;
    min-width: 360%;
}
@media (max-width: 1270px) {
    .partnerships__carrousel.carrousel--reverse
        .partnerships__carrousel--inner {
        min-width: 400%;
    }
}
@media (max-width: 1024px) {
    .partnerships__carrousel.carrousel--reverse
        .partnerships__carrousel--inner {
        min-width: 420%;
    }
}
@media (max-width: 765px) {
    .partnerships__carrousel.carrousel--reverse
        .partnerships__carrousel--inner {
        min-width: 100%;
        width: 100%;
        animation: none;
    }
}
.partnerships__carrousel.carrousel--reverse
    .partnerships__carrousel--inner:hover {
    animation-play-state: paused;
}
.partnerships__carrousel--inner {
    width: max-content;
    width: 360%;
    display: flex;
    line-height: 30px;
    animation: marquee 30s linear infinite forwards;
}
@media (max-width: 1270px) {
    .partnerships__carrousel--inner {
        width: 400%;
    }
}
@media (max-width: 1024px) {
    .partnerships__carrousel--inner {
        width: 420%;
    }
}
@media (max-width: 765px) {
    .partnerships__carrousel--inner {
        animation: none;
        width: 100%;
    }
}
.partnerships__carrousel--inner:hover {
    animation-play-state: paused;
}
.partnerships__carrousel--pic {
    display: flex;
    justify-content: space-between;
    width: 33.33%;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}
@media (max-width: 765px) {
    .partnerships__carrousel--pic {
        width: 100%;
        row-gap: 32px;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width: 765px) {
    .partnerships__carrousel--pic:not(:first-child) {
        display: none;
    }
}
.partnerships__carrousel--pic a {
    flex-shrink: 1;
    padding: 0 30px;
    max-width: calc(100% / 7);
    width: auto;
    display: flex;
}
.partnerships__carrousel--pic a.pic-noClick {
    pointer-events: none;
}
@media (max-width: 1024px) {
    .partnerships__carrousel--pic a {
        padding: 0 20px;
    }
}
@media (max-width: 765px) {
    .partnerships__carrousel--pic a {
        max-height: 20px;
        padding: 0 10px;
        min-width: 100px;
    }
}
.partnerships__carrousel--pic a img {
    max-width: 100%;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-66.6%);
    }
}
@keyframes marqueeReverse {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(66.6%);
    }
}
.partnerships__logos {
    display: flex;
    column-gap: 70px;
    margin-bottom: 60px;
    align-items: center;
    padding: 0 45px;
    justify-content: space-between;
}
@media (max-width: 1024px) {
    .partnerships__logos {
        column-gap: 40px;
        padding: 0 32px;
        margin-bottom: 50px;
    }
}
@media (max-width: 765px) {
    .partnerships__logos {
        margin-bottom: 32px;
        column-gap: 24px;
        row-gap: 32px;
        flex-wrap: wrap;
        justify-content: center;
        display: none;
    }
}
.partnerships__logos a {
    max-width: calc(100% / 5 - 240px / 5);
    width: 100%;
    display: flex;
}
.partnerships__logos a.pic-noClick {
    pointer-events: none;
}
@media (max-width: 765px) {
    .partnerships__logos a {
        max-width: calc(100% / 5 - 120px / 5);
        min-width: 100px;
    }
}
.partnerships__logos a img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
}
.partnerships__logos--mob {
    display: none;
    padding: 0 25px;
    row-gap: 24px;
    column-gap: 34px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    margin: 0 auto;
}
@media (max-width: 765px) {
    .partnerships__logos--mob {
        display: flex;
    }
}
.partnerships__logos--mob a.pic-noClick {
    pointer-events: none;
}
.partnerships__logos--mob a img {
    max-width: 80px;
    width: 100%;
}
.partnerships__logos--mob .partnerships__slider {
    padding-bottom: 40px;
}
.partnerships__logos--mob .partnerships__slider .partnerships-pagination {
    position: absolute;
    text-align: center;
    bottom: 0px;
}
.partnerships__logos--mob
    .partnerships__slider
    .partnerships-pagination
    .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.4);
}
.partnerships__logos--mob .partnerships__slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.partnerships__logos--mob .partnerships__slide--inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    row-gap: 15px;
}
.partnerships__logos--mob .partnerships__slide--inner > a {
    width: calc(50% - 15px);
}
.partnerships__logos--mob .partnerships__slide--inner > a img {
    max-width: 100%;
    width: 100%;
}
.testimonials {
    padding: 120px 0;
    background: rgba(231, 243, 255, 0.5);
}
@media (max-width: 1024px) {
    .testimonials {
        padding: 100px 0;
    }
}
@media (max-width: 625px) {
    .testimonials {
        padding: 80px 0;
    }
}
@media (max-width: 625px) {
    .testimonials .container {
        padding: 0;
    }
}
.testimonials__header {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    align-items: center;
}
@media (max-width: 625px) {
    .testimonials__header {
        text-align: center;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.testimonials__header h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .testimonials__header h2 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .testimonials__header h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 625px) {
    .testimonials__header h2 {
        font-size: 28px;
        line-height: 42px;
    }
}
.testimonials__header h2 span {
    color: #14b082;
}
.testimonials__arrows {
    display: flex;
}
.testimonials__arrows > div {
    padding: 12px;
    transition: 0.35s;
    cursor: pointer;
}
.testimonials__arrows > div.swiper-button-disabled {
    opacity: 0;
}
.testimonials__arrows > div svg path {
    opacity: 0.6;
}
@media (max-width: 625px) {
    .testimonials__arrows {
        display: none;
    }
}
.testimonials .testimonials__slider {
    padding: 80px 0 80px 0;
}
@media (max-width: 1024px) {
    .testimonials .testimonials__slider {
        padding: 60px 0;
    }
}
@media (max-width: 625px) {
    .testimonials .testimonials__slider {
        padding-top: 40px;
    }
}
.testimonials__slider {
    display: flex;
}
.testimonials__slider .swiper-slide {
    height: auto;
    transition: 0.35s;
    padding: 47px 32px 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    justify-content: space-between;
    border-radius: 16px;
    background: #ffffff;
}
@media (max-width: 625px) {
    .testimonials__slider .swiper-slide {
        row-gap: 16px;
        padding: 24px;
    }
}
@media (max-width: 1290px) {
    .testimonials__slider .swiper-slide.swiper-slide-next {
        box-shadow: unset;
    }
}
.testimonials__slider .swiper-slide--desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
}
@media (max-width: 625px) {
    .testimonials__slider .swiper-slide--desc {
        row-gap: 16px;
    }
}
.testimonials__slider .swiper-slide--desc img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50% 50%;
}
.testimonials__slider .swiper-slide--desc p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}
@media (max-width: 1024px) {
    .testimonials__slider .swiper-slide--desc p {
        font-size: 16px;
        line-height: 24px;
    }
}
.testimonials__slider .swiper-slide--data {
    width: 100%;
    text-align: center;
}
.testimonials__slider .swiper-slide--data p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 6px;
}
@media (max-width: 625px) {
    .testimonials__slider .swiper-slide--data p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 4px;
    }
}
.testimonials__slider .swiper-slide--data span {
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 625px) {
    .testimonials__slider .swiper-slide--data span {
        font-size: 12px;
    }
}
.testimonials__join {
    padding: 13px 67px 15px;
    display: block;
    margin: 0 auto;
    max-width: max-content;
}
@media (max-width: 625px) {
    .testimonials__join {
        width: calc(100% - 40px);
        max-width: 370px;
    }
}
.closed-pupap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(26, 16, 16, 0.9);
    z-index: 2;
}
.closed-pupap .close-popup-choise {
    position: absolute;
    top: 0em;
    right: 0.2em;
    z-index: 999;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDownQ;
}
@keyframes fadeInDownQ {
    0% {
        opacity: 1;
        transform: translateX(1em);
    }
}
.closed-pupap .close-popup-choise .qodef-m-lines {
    position: relative;
    display: block;
    width: 31px;
    height: 22px;
    margin: 15px;
}
.closed-pupap .close-popup-choise .qodef-m-lines .qodef_1 {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #fff;
    top: 13px;
    transform: rotate(45deg);
    transition: top 0.3s ease, transform 0.3s ease;
    transition-delay: 0.4s;
}
.closed-pupap .close-popup-choise .qodef-m-lines .qodef_2 {
    top: 13px;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #fff;
    transform: rotate(-45deg);
    transition: top 0.3s ease, transform 0.3s ease;
    transition-delay: 0.4s;
}
.elementor-section .elementor-widget-main_audiences,
.elementor-section .elementor-widget-main_video {
    margin-bottom: 0 !important;
}
.popunderPage .formats-guides__desc {
    max-width: 550px;
}
.interstitialsPage .formats-guides__desc {
    max-width: 550px;
}
.formatsPage .custom-board {
    padding: 100px 4%;
}
@media (max-width: 625px) {
    .formatsPage .formats-geofy .container {
        padding: 0;
    }
}
@media (max-width: 625px) {
    .formatsPage .custom-board {
        padding: 48px 20px;
    }
    .formatsPage .custom-board > p {
        font-size: 18px;
        line-height: 26px;
    }
    .formatsPage .custom-board h2 {
        font-size: 32px;
        line-height: 40px;
    }
}
.formats-geofy {
    padding: 150px 0 80px 0;
}
@media (max-width: 1024px) {
    .formats-geofy {
        padding: 100px 0 50px 0;
    }
}
@media (max-width: 625px) {
    .formats-geofy {
        padding: 60px 0 40px 0;
    }
}
.formats-geofy__cards {
    display: flex;
    column-gap: 30px;
    margin-bottom: 150px;
}
@media (max-width: 1024px) {
    .formats-geofy__cards {
        margin-bottom: 100px;
        column-gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 24px;
    }
}
@media (max-width: 625px) {
    .formats-geofy__cards {
        flex-wrap: nowrap;
        overflow: auto;
        justify-content: flex-start;
        column-gap: 16px;
        width: 100%;
        margin-bottom: 80px;
        padding: 0 0 10px 20px;
    }
    .formats-geofy__cards::-webkit-scrollbar {
        width: 100%;
        height: 6px;
        background: none;
        margin-top: 20px;
    }
    .formats-geofy__cards::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        max-width: 10%;
        width: 100%;
    }
}
@media (max-width: 480px) {
    .formats-geofy__cards {
        padding: 0 0 0 20px;
    }
    .formats-geofy__cards::-webkit-scrollbar,
    .formats-geofy__cards::-webkit-scrollbar-thumb {
        display: none;
    }
}
.formats-geofy__card {
    width: calc(100% / 5);
    padding: 32px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 24px;
}
.formats-geofy__card:last-child {
    pointer-events: none;
}
@media (max-width: 1024px) {
    .formats-geofy__card {
        padding: 32px 20px;
        min-width: 170px;
    }
}
@media (max-width: 625px) {
    .formats-geofy__card {
        min-width: 150px;
        padding: 24px 14px;
        row-gap: 14px;
        order: 3;
    }
    .formats-geofy__card:not(.active):nth-of-type(1) {
        order: 1;
    }
}
.formats-geofy__card:last-child {
    pointer-events: none;
}
@media (max-width: 625px) {
    .formats-geofy__card svg {
        width: 32px;
        height: auto;
    }
}
.formats-geofy__card p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
}
@media (max-width: 625px) {
    .formats-geofy__card p {
        font-size: 16px;
        line-height: 24px;
    }
}
.formats-geofy__card.active {
    border: 1px solid #14b082;
    background: #f3fffc;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 625px) {
    .formats-geofy__card.active {
        order: 2;
    }
}
.formats-geofy__card.active g {
    opacity: 1;
}
.formats-geofy__card.active svg path {
    stroke: #14b082;
}
.formats-geofy__card.active svg circle {
    fill: #14b082;
}
.formats-geofy__card.active p {
    color: #000;
}
.formats-geofy__title {
    margin-bottom: 96px;
    text-align: center;
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .formats-geofy__title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .formats-geofy__title {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 1024px) {
    .formats-geofy__title {
        margin-bottom: 80px;
    }
}
@media (max-width: 625px) {
    .formats-geofy__title {
        margin-bottom: 48px;
        padding: 0 20px;
    }
}
.formats-geofy__title span {
    color: #14b082;
}
.formats-geofy__items {
    margin-bottom: 70px;
    display: flex;
    column-gap: 64px;
}
@media (max-width: 1024px) {
    .formats-geofy__items {
        column-gap: 40px;
    }
}
@media (max-width: 625px) {
    .formats-geofy__items {
        flex-direction: column;
        row-gap: 16px;
        padding: 0 20px;
        margin-bottom: 58px;
    }
}
.formats-geofy__item {
    width: 50%;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 32px;
}
@media (max-width: 625px) {
    .formats-geofy__item {
        width: 100%;
        padding: 20px;
    }
}
.formats-geofy__item svg {
    margin-bottom: 32px;
}
@media (max-width: 625px) {
    .formats-geofy__item svg {
        margin-bottom: 24px;
        width: 48px;
        height: 48px;
    }
}
.formats-geofy__item img {
    margin-bottom: 32px;
}
@media (max-width: 625px) {
    .formats-geofy__item img {
        margin-bottom: 24px;
        width: 48px;
        height: 48px;
    }
}
.formats-geofy__item h4 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .formats-geofy__item h4 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 625px) {
    .formats-geofy__item h4 {
        font-size: 20px;
        line-height: 30px;
    }
}
.formats-geofy__item p {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 625px) {
    .formats-geofy__item p {
        font-size: 16px;
        line-height: 24px;
    }
}
.formats-geofy__elems {
    padding: 120px 80px;
    border-radius: 24px;
    background: rgba(231, 243, 255, 0.5);
    display: flex;
    column-gap: 48px;
}
@media (max-width: 1024px) {
    .formats-geofy__elems {
        padding: 80px 40px;
        column-gap: 36px;
    }
}
@media (max-width: 765px) {
    .formats-geofy__elems {
        flex-direction: column;
        row-gap: 40px;
    }
}
@media (max-width: 625px) {
    .formats-geofy__elems {
        padding: 48px 20px;
        border-radius: 0px;
    }
}
.formats-geofy__elem {
    width: calc(100% / 3);
}
@media (max-width: 765px) {
    .formats-geofy__elem {
        width: 100%;
    }
}
.formats-geofy__elem h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 16px;
}
@media (max-width: 1024px) {
    .formats-geofy__elem h4 {
        font-size: 20px;
        line-height: 30px;
    }
}
.formats-geofy__elem p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
    color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 625px) {
    .formats-geofy__elem p {
        font-size: 16px;
        line-height: 24px;
    }
}
.formats-geofy__elem a {
    font-size: 18px;
    line-height: 28px;
}
@media (max-width: 1024px) {
    .formats-geofy__elem a {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 625px) {
    .formats-geofy__elem a {
        font-size: 18px;
        line-height: 26px;
    }
}
.formats-works {
    padding: 70px 0 80px;
}
@media (max-width: 1024px) {
    .formats-works {
        padding: 50px 0;
    }
}
@media (max-width: 625px) {
    .formats-works {
        padding: 40px 0;
    }
}
.formats-works__title {
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 100px;
}
@media (max-width: 1024px) {
    .formats-works__title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .formats-works__title {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 1024px) {
    .formats-works__title {
        margin-bottom: 80px;
    }
}
@media (max-width: 625px) {
    .formats-works__title {
        margin-bottom: 48px;
    }
}
.formats-works__title span {
    color: #14b082;
}
.formats-works__br_title {
    display: none;
}
@media (max-width: 1024px) {
    .formats-works__br_title {
        display: block;
    }
}
.formats-works__cards {
    display: flex;
    flex-wrap: wrap;
    column-gap: 29px;
    row-gap: 30px;
    justify-content: center;
    margin-bottom: 150px;
}
@media (max-width: 1024px) {
    .formats-works__cards {
        margin-bottom: 100px;
    }
}
@media (max-width: 625px) {
    .formats-works__cards {
        column-gap: 19px;
        row-gap: 24px;
        margin-bottom: 80px;
    }
}
@media (max-width: 480px) {
    .formats-works__cards {
        flex-direction: column;
        align-items: center;
    }
}
.formats-works__card {
    width: 232px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
    padding: 32px 24px;
    border-radius: 16px;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.05) !important;
    background: #fff;
    transition: 0.35s;
}
@media (max-width: 625px) {
    .formats-works__card {
        column-gap: 12px;
        padding: 24px 10px;
        min-width: 158px;
        width: auto;
    }
}
@media (max-width: 375px) {
    .formats-works__card {
        column-gap: 12px;
        padding: 24px 8px;
        min-width: inherit;
        width: auto;
    }
}
@media (max-width: 480px) {
    .formats-works__card {
        max-width: 100%;
        width: 100%;
        padding: 24px 10px;
    }
}
@media (max-width: 625px) {
    .formats-works__card svg {
        width: 24px;
        height: 24px;
    }
}
.formats-works__card p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
}
@media (max-width: 625px) {
    .formats-works__card p {
        font-size: 16px;
        line-height: 24px;
    }
}
.formats-works__card:hover {
    background: #f3fffc;
}
.formats-works .custom-board h2,
.formats-works .custom-board > p {
    max-width: 1050px;
}
@media (max-width: 625px) {
    .formats-works .custom-board h2 {
        max-width: 276px;
    }
}
.formats-guides {
    padding: 70px 0 64px;
}
@media (max-width: 1024px) {
    .formats-guides {
        padding: 50px 0;
    }
}
@media (max-width: 625px) {
    .formats-guides {
        padding: 40px 0;
    }
}
.formats-guides__title {
    max-width: 485px;
    width: 100%;
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    margin: 0 auto 64px;
    text-align: center;
}
@media (max-width: 1024px) {
    .formats-guides__title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .formats-guides__title {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 625px) {
    .formats-guides__title {
        margin: 0 auto 40px;
    }
}
.formats-guides__hero {
    display: flex;
    column-gap: 40px;
    justify-content: space-between;
    margin-bottom: 150px;
}
@media (max-width: 1024px) {
    .formats-guides__hero {
        margin-bottom: 100px;
    }
}
@media (max-width: 765px) {
    .formats-guides__hero {
        flex-direction: column;
        row-gap: 32px;
    }
}
@media (max-width: 480px) {
    .formats-guides__hero {
        margin-bottom: 60px;
        row-gap: 16px;
    }
}
.formats-guides__desc {
    max-width: 550px;
    width: 100%;
    padding: 0 0 0 0;
}
@media (max-width: 765px) {
    .formats-guides__desc {
        max-width: 100%;
        padding: 0;
    }
}
.formats-guides__desc h4 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px;
    font-weight: 400;
}
@media (max-width: 1024px) {
    .formats-guides__desc h4 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 625px) {
    .formats-guides__desc h4 {
        font-size: 16px;
        line-height: 24px;
    }
}
.formats-guides__desc h5 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1024px) {
    .formats-guides__desc h5 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 625px) {
    .formats-guides__desc h5 {
        font-size: 16px;
        line-height: 24px;
    }
}
.formats-guides__desc p {
    display: flex;
    column-gap: 16px;
    margin-bottom: 16px;
}
.formats-guides__desc p svg {
    flex-shrink: 0;
}
.formats-guides__desc p span {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 625px) {
    .formats-guides__desc p span {
        font-size: 16px;
        line-height: 24px;
    }
}
.formats-guides__desc > div {
    display: flex;
    column-gap: 26px;
    align-items: center;
    margin-top: 32px;
}
@media (max-width: 765px) {
    .formats-guides__desc > div {
        display: none;
    }
}
.formats-guides__desc > div .custom-link {
    color: #101c3d;
    font-size: 18px;
    line-height: 28px;
}
@media (max-width: 1024px) {
    .formats-guides__desc > div .custom-link {
        font-size: 16px;
        line-height: 24px;
    }
}
.formats-guides__desc > div .custom-link:hover {
    color: #0c6a4e;
}
.formats-guides__desc > div .custom-link:hover:after {
    background: #0c6a4e;
}
.formats-guides__desc > div .custom-link:after {
    background: #101c3d;
    height: 1.5px;
}
.formats-guides__video {
    width: 49%;
    height: 350px;
    cursor: pointer;
    filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.08));
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    border: 2px solid #d3d3d3;
}
@media (max-width: 1024px) {
    .formats-guides__video {
        height: 260px;
        min-width: 360px;
    }
}
@media (max-width: 940px) {
    .formats-guides__video {
        height: 220px;
        min-width: 300px;
    }
}
@media (max-width: 765px) {
    .formats-guides__video {
        margin: 0 auto;
        width: 100%;
        height: 360px;
    }
}
@media (max-width: 625px) {
    .formats-guides__video {
        height: 280px;
        margin: 0 auto 16px;
    }
}
@media (max-width: 480px) {
    .formats-guides__video {
        height: 200px;
    }
}
.formats-guides__video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left center;
    object-position: left center;
}
.formats-guides__video svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.formats-guides__video iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    border-radius: 12px;
}
.formats-guides__video--cover {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    top: 0;
    left: 0;
}
.formats-guides__video--cover--hidden {
    display: none;
}
.formats-guides__video--cover > div {
    position: relative;
    width: 100%;
    height: 100%;
}
.formats-guides__video--cover > div:after {
    content: " ";
    background-image: url(../images/play-button.svg);
    background-size: cover;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
    .formats-guides__video--cover > div:after {
        width: 48px;
        height: 48px;
    }
}
.formats-guides__video--cover > div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    margin: 0 auto;
    border-radius: 32px;
}
.formats-guides__hero--mob {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 24px;
}
.formats-guides__hero--mob .button {
    width: 100%;
}
.formats-guides__hero--mob .custom-link {
    max-width: max-content;
    color: #101c3d;
    font-size: 18px;
    line-height: 28px;
}
.formats-guides__hero--mob .custom-link:after {
    background: #101c3d;
}
@media (max-width: 765px) {
    .formats-guides__hero--mob {
        display: flex;
    }
}
.formats-guides__cards {
    display: flex;
    flex-wrap: wrap;
    column-gap: 64px;
    row-gap: 64px;
}
@media (max-width: 1024px) {
    .formats-guides__cards {
        column-gap: 42px;
        row-gap: 42px;
    }
}
@media (max-width: 765px) {
    .formats-guides__cards {
        column-gap: 20px;
        row-gap: 20px;
    }
}
@media (max-width: 625px) {
    .formats-guides__cards {
        flex-direction: column;
    }
}
.formats-guides__card {
    width: calc(100% / 2 - 32px);
    border-radius: 16px;
    background: #fff;
    background-overflow: hidden;
    transition: 0.35s;
    flex-direction: column;
    display: flex;
}
@media (max-width: 1024px) {
    .formats-guides__card {
        width: calc(100% / 2 - 21px);
    }
}
@media (max-width: 765px) {
    .formats-guides__card {
        width: calc(100% / 2 - 10px);
    }
}
@media (max-width: 625px) {
    .formats-guides__card {
        width: 100%;
    }
    .formats-guides__card:not(:nth-of-type(1)):not(:nth-of-type(2)) {
        display: none;
    }
}
.formats-guides__card img {
    height: 240px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left center;
    object-position: left center;
    border-radius: 16px 16px 0px 0px;
}
@media (max-width: 1024px) {
    .formats-guides__card img {
        height: 200px;
    }
}
@media (max-width: 765px) {
    .formats-guides__card img {
        height: 166px;
    }
}
.formats-guides__card > div {
    padding: 24px 23px 24px;
    border-top: none;
    border: 1px solid #f7f7f7;
    border-radius: 16px;
    flex-grow: 1;
}
@media (max-width: 625px) {
    .formats-guides__card > div {
        padding: 20px;
    }
}
.formats-guides__card > div span {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 22px;
    display: block;
    color: #14b082;
    font-weight: 600;
}
@media (max-width: 625px) {
    .formats-guides__card > div span {
        line-height: 20px;
    }
}
@media (max-width: 625px) {
    .formats-guides__card > div span {
        font-size: 12px;
        line-height: 18px;
    }
}
.formats-guides__card > div p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #12141d;
}
@media (max-width: 765px) {
    .formats-guides__card > div p {
        font-size: 18px;
    }
}
.formats-guides__card:hover {
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.07);
}
.formats-guides--more {
    display: flex;
    justify-content: center;
    margin-bottom: 150px;
    padding: 0 20px;
}
@media (max-width: 1024px) {
    .formats-guides--more {
        margin-bottom: 100px;
    }
}
@media (max-width: 625px) {
    .formats-guides--more {
        margin-bottom: 80px;
    }
}
.formats-guides--more a {
    padding: 13px 38px 15px;
}
@media (max-width: 625px) {
    .formats-guides--more a {
        max-width: 480px;
        width: 100%;
    }
}
.popunderPage .formats-works__card {
    padding: 30px 24px;
}
@media (max-width: 625px) {
    .popunderPage .formats-works__card {
        padding: 24px 10px;
    }
}
.agenciesPage .customBanner__content p {
    max-width: 450px;
}
.agenciesPage .customSlider .customSlider__slider {
    padding: 100px 0 80px 0;
}
@media (max-width: 1024px) {
    .agenciesPage .customSlider .customSlider__slider {
        padding: 64px 0 52px 0;
    }
}
.agenciesPage .customSlider .customSlider__slider .swiper-slide--info {
    padding: 24px 58px 34px 24px;
}
.agenciesPage .custom-board {
    padding: 100px 0;
}
@media (max-width: 625px) {
    .agenciesPage .customSlider {
        display: none;
    }
}
.agenciesPage .custom-run {
    padding-top: 70px;
}
@media (max-width: 625px) {
    .agenciesPage .custom-run {
        padding-top: 40px;
    }
}
@media (max-width: 625px) {
    .agenciesPage .custom-board {
        padding: 48px 20px;
    }
    .agenciesPage .custom-board > p {
        font-size: 18px;
        line-height: 26px;
    }
    .agenciesPage .custom-board h2 {
        font-size: 32px;
        line-height: 40px;
    }
}
.performance {
    padding: 152px 0 40px 0;
}
@media (max-width: 1024px) {
    .performance {
        padding: 100px 0 100px 0;
    }
}
@media (max-width: 625px) {
    .performance {
        padding: 80px 0;
    }
}
.performance__title {
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 64px;
}
@media (max-width: 1024px) {
    .performance__title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .performance__title {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
.performance__cards {
    display: flex;
    column-gap: 40px;
    padding: 150px 0 40px 0;
}
@media (max-width: 1024px) {
    .performance__cards {
        padding: 100px 0 40px 0;
        column-gap: 30px;
    }
}
@media (max-width: 625px) {
    .performance__cards {
        padding: 80px 0 16px 0;
        flex-direction: column;
        row-gap: 16px;
    }
}
.performance__card {
    width: 50%;
    padding: 48px 32px;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 48px;
    cursor: pointer;
    transition: 0.35s;
    justify-content: space-between;
}
@media (max-width: 625px) {
    .performance__card {
        width: 100%;
        padding: 32px 20px;
        row-gap: 24px;
    }
}
.performance__card:hover {
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    border: 1px solid #14b082;
}
.performance__card > a {
    font-size: 18px;
    line-height: 28px;
}
@media (max-width: 1024px) {
    .performance__card > a {
        font-size: 16px;
        line-height: 24px;
    }
}
.performance__card--top {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.performance__card--top svg {
    margin-bottom: 32px;
}
@media (max-width: 625px) {
    .performance__card--top svg {
        width: 48px;
        height: 48px;
        margin-bottom: 24px;
    }
}
.performance__card--top p {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 625px) {
    .performance__card--top p {
        margin-bottom: 16px;
    }
}
.performance__card--top span {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1024px) {
    .performance__card--top span {
        font-size: 16px;
        line-height: 24px;
    }
}
.performance__card--top p,
.performance__card--top span {
    max-width: 350px;
    width: 100%;
}
.performance__agencies {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    column-gap: 40px;
    align-items: center;
    display: none;
}
@media (max-width: 1024px) {
    .performance__agencies {
        column-gap: 30px;
    }
}
@media (max-width: 765px) {
    .performance__agencies {
        flex-direction: column;
        align-items: center;
    }
}
.performance__agencies--left {
    width: 50%;
    padding: 52px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 1024px) {
    .performance__agencies--left {
        padding: 48px 32px;
    }
}
@media (max-width: 765px) {
    .performance__agencies--left {
        max-width: 480px;
        width: 100%;
        padding: 32px 20px;
    }
}
.performance__agencies--left svg {
    margin-bottom: 32px;
}
@media (max-width: 625px) {
    .performance__agencies--left svg {
        width: 48px;
        height: 48px;
    }
}
.performance__agencies--left p {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 625px) {
    .performance__agencies--left p {
        margin-bottom: 16px;
    }
}
.performance__agencies--left span {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 24px;
}
@media (max-width: 1024px) {
    .performance__agencies--left span {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 625px) {
    .performance__agencies--left span {
        margin-bottom: 16px;
    }
}
.performance__agencies--left p,
.performance__agencies--left span {
    max-width: 430px;
    width: 100%;
}
.performance__agencies--left > a {
    font-size: 18px;
    line-height: 28px;
}
@media (max-width: 1024px) {
    .performance__agencies--left > a {
        font-size: 16px;
        line-height: 24px;
    }
}
.performance__agencies--right {
    padding: 48px 44px 48px 0;
    width: 50%;
}
@media (max-width: 1024px) {
    .performance__agencies--right {
        padding: 48px 32px 48px 0;
    }
}
@media (max-width: 765px) {
    .performance__agencies--right {
        width: 100%;
        padding: 32px 20px;
    }
}
@media (max-width: 625px) {
    .performance__agencies--right {
        padding: 0 20px 32px;
    }
}
.performance__agencies--right > div:not(:last-child) {
    margin-bottom: 32px;
}
@media (max-width: 625px) {
    .performance__agencies--right > div:not(:last-child) {
        margin-bottom: 24px;
    }
}
.performance__agencies--right > div {
    display: flex;
    column-gap: 24px;
}
@media (max-width: 625px) {
    .performance__agencies--right > div {
        column-gap: 16px;
    }
}
.performance__agencies--right > div svg {
    flex-shrink: 0;
}
@media (max-width: 625px) {
    .performance__agencies--right > div svg {
        width: 40px;
        height: 40px;
    }
}
.performance__agencies--right > div h4 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .performance__agencies--right > div h4 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 625px) {
    .performance__agencies--right > div h4 {
        margin-bottom: 8px;
    }
}
.performance__agencies--right > div p {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 10px;
}
@media (max-width: 625px) {
    .performance__agencies--right > div p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 6px;
    }
}
.a_testimonials {
    padding: 150px 0 126px 80px;
    background: #f3fffc;
}
@media (max-width: 1024px) {
    .a_testimonials {
        padding: 100px 0 126px 32px;
    }
}
@media (max-width: 625px) {
    .a_testimonials {
        padding: 60px 0 60px 32px;
    }
}
.a_testimonials__header {
    column-gap: 20px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    margin-bottom: 100px;
    padding: 0 80px 0 0;
}
@media (max-width: 1024px) {
    .a_testimonials__header {
        margin-bottom: 64px;
    }
}
@media (max-width: 625px) {
    .a_testimonials__header {
        margin-bottom: 40px;
    }
}
.a_testimonials__header h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .a_testimonials__header h2 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .a_testimonials__header h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
.a_testimonials__arrows {
    display: flex;
}
.a_testimonials__arrows > div {
    padding: 12px;
    transition: 0.35s;
    cursor: pointer;
}
@media (max-width: 625px) {
    .a_testimonials__arrows > div {
        display: none;
    }
}
.a_testimonials__arrows > div svg path {
    opacity: 0.6;
}
.a_testimonials__arrows > div.swiper-button-disabled {
    opacity: 0;
}
.a_testimonials__slider .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 32px;
    opacity: 0.2;
    transition: 0.35s;
}
@media (max-width: 625px) {
    .a_testimonials__slider .swiper-slide {
        row-gap: 18px;
    }
    .a_testimonials__slider .swiper-slide:last-child {
        padding-right: 32px;
    }
}
.a_testimonials__slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.a_testimonials__slider .swiper-slide--top {
    max-width: 654px;
    width: 100%;
}
.a_testimonials__slider .swiper-slide--top svg {
    margin-bottom: 32px;
}
@media (max-width: 625px) {
    .a_testimonials__slider .swiper-slide--top svg {
        margin-bottom: 24px;
        width: 24px;
        height: auto;
    }
}
.a_testimonials__slider .swiper-slide--top p {
    font-size: 32px;
    line-height: 44px;
    color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1024px) {
    .a_testimonials__slider .swiper-slide--top p {
        font-size: 26px;
        line-height: 36px;
    }
}
@media (max-width: 625px) {
    .a_testimonials__slider .swiper-slide--top p {
        font-size: 16px;
        line-height: 24px;
    }
}
.a_testimonials__slider .swiper-slide--bottom {
    display: flex;
    align-items: center;
    column-gap: 32px;
}
@media (max-width: 625px) {
    .a_testimonials__slider .swiper-slide--bottom {
        column-gap: 16px;
    }
}
.a_testimonials__slider .swiper-slide--bottom img {
    height: 60px;
    width: 60px;
    border-radius: 50% 50%;
}
@media (max-width: 625px) {
    .a_testimonials__slider .swiper-slide--bottom img {
        height: 40px;
        width: 40px;
    }
}
.a_testimonials__slider .swiper-slide--bottom h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: #12141d;
}
@media (max-width: 1024px) {
    .a_testimonials__slider .swiper-slide--bottom h4 {
        font-size: 20px;
        line-height: 30px;
    }
}
.a_testimonials__slider.a_testimonials__slider--lastSlide
    .swiper-slide.swiper-slide-active {
    opacity: 0.2;
}
@media (max-width: 1024px) {
    .a_testimonials__slider.a_testimonials__slider--lastSlide
        .swiper-slide.swiper-slide-active {
        opacity: 1;
    }
}
.a_testimonials__slider.a_testimonials__slider--lastSlide
    .swiper-slide.swiper-slide-next {
    opacity: 1;
}
.a_testimonials__pagin {
    padding: 32px 0 0 0;
    justify-content: center;
    display: none;
    align-items: center;
}
@media (max-width: 625px) {
    .a_testimonials__pagin {
        display: flex;
    }
}
.a_testimonials__pagin .swiper-pagination-bullet {
    height: 3px;
    border-radius: 2px;
    background: #e4e4e4;
    opacity: 1;
    transition: 0.35s;
}
.a_testimonials__pagin
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    background: #14b082;
}
.growth {
    padding: 0px 0 0 0;
}
@media (max-width: 1024px) {
    .growth {
        padding: 100px 0 0 0;
    }
}
@media (max-width: 625px) {
    .growth {
        padding: 80px 0 0 0;
    }
}
.growth__title {
    display: flex;
    column-gap: 30px;
    margin-bottom: 100px;
    align-items: flex-start;
    justify-content: space-between;
}
@media (max-width: 1024px) {
    .growth__title {
        margin-bottom: 60px;
    }
}
@media (max-width: 765px) {
    .growth__title {
        flex-direction: column;
        row-gap: 32px;
    }
}
.growth__title h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    max-width: 850px;
    width: 100%;
}
@media (max-width: 1024px) {
    .growth__title h2 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .growth__title h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 1024px) {
    .growth__title h2 {
        max-width: 460px;
    }
}
@media (max-width: 765px) {
    .growth__title h2 {
        max-width: 100%;
        text-align: center;
    }
}
.growth__title h2 span {
    color: #14b082;
}
.growth__title a {
    padding: 13px 24px 15px;
    display: none;
}
@media (max-width: 765px) {
    .growth__title a {
        max-width: 480px;
        width: 100%;
        margin: 0 auto;
    }
}
.growth__body {
    display: flex;
    column-gap: 44px;
    margin-bottom: 140px;
}
@media (max-width: 1024px) {
    .growth__body {
        margin-bottom: 100px;
        column-gap: 24px;
    }
}
@media (max-width: 765px) {
    .growth__body {
        column-gap: 0px;
    }
}
@media (max-width: 625px) {
    .growth__body {
        margin-bottom: 64px;
    }
}
.growth__tabs {
    width: 50%;
}
@media (max-width: 765px) {
    .growth__tabs {
        width: 100%;
    }
}
.growth__tab {
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.growth__tab:not(:last-child) {
    margin-bottom: 32px;
}
@media (max-width: 1024px) {
    .growth__tab:not(:last-child) {
        margin-bottom: 24px;
    }
}
@media (max-width: 625px) {
    .growth__tab:not(:last-child) {
        margin-bottom: 16px;
    }
}
.growth__tab,
.growth__tab * {
    transition: 0.35s;
}
.growth__tab.active {
    background: rgba(231, 243, 255, 0.5);
    border: 1px solid rgba(231, 243, 255, 0.5);
}
.growth__tab.active .growth__tab--currency {
    padding: 32px 32px 24px;
}
@media (max-width: 1024px) {
    .growth__tab.active .growth__tab--currency {
        padding: 24px;
    }
}
@media (max-width: 625px) {
    .growth__tab.active .growth__tab--currency {
        padding: 20px;
    }
}
.growth__tab.active .growth__tab--currency span {
    background: #fff;
}
.growth__tab.active .growth__tab--currency svg {
    transform: rotate(180deg);
}
@media (max-width: 765px) {
    .growth__tab.active {
        background: #fff;
        border: 1px solid #fff;
        overflow: hidden;
    }
    .growth__tab.active .growth__tab--currency,
    .growth__tab.active .growth__tab--list--inner {
        background: rgba(231, 243, 255, 0.5);
    }
    .growth__tab.active .growth__tab--list--inner {
        border-radius: 0 0 16px 16px;
    }
}
.growth__tab--currency {
    display: flex;
    align-items: center;
    padding: 32px;
    column-gap: 24px;
    cursor: pointer;
    transition: 0.35s;
}
@media (max-width: 1024px) {
    .growth__tab--currency {
        padding: 24px;
    }
}
@media (max-width: 625px) {
    .growth__tab--currency {
        padding: 20px;
        column-gap: 16px;
    }
}
.growth__tab--currency:hover {
    background: rgba(231, 243, 255, 0.5);
}
.growth__tab--currency span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #14b082;
    width: 56px;
    height: 56px;
    border-radius: 50% 50%;
    background: rgba(20, 176, 130, 0.1);
    flex-shrink: 0;
}
@media (max-width: 1024px) {
    .growth__tab--currency span {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 625px) {
    .growth__tab--currency span {
        width: 48px;
        height: 48px;
    }
}
.growth__tab--currency h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .growth__tab--currency h4 {
        font-size: 20px;
        line-height: 30px;
    }
}
.growth__tab--currency svg {
    margin-left: auto;
    flex-shrink: 0;
}
.growth__tab--list {
    height: 0;
    overview: hidden;
    overflow: hidden;
}
.growth__tab--list--inner {
    padding: 0 32px 32px;
}
@media (max-width: 1024px) {
    .growth__tab--list--inner {
        padding: 0 24px 24px;
    }
}
@media (max-width: 625px) {
    .growth__tab--list--inner {
        padding: 0 20px 20px;
    }
}
.growth__tab--list--inner > div {
    display: flex;
    max-width: 464px;
    width: 100%;
    column-gap: 16px;
}
.growth__tab--list--inner > div:not(:last-child) {
    margin-bottom: 16px;
}
.growth__tab--list--inner > div svg {
    flex-shrink: 0;
}
.growth__tab--list--inner > div p {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 625px) {
    .growth__tab--list--inner > div p {
        font-size: 16px;
        line-height: 24px;
    }
}
.growth__tab--pic {
    display: none;
    justify-content: center;
    padding: 24px 0 20px 0;
    background: #fff;
}
@media (max-width: 765px) {
    .growth__tab--pic {
        display: flex;
    }
}
.growth__tab--pic img {
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.08));
    width: 100%;
}
.growth__content {
    width: 50%;
}
@media (max-width: 765px) {
    .growth__content {
        display: none;
    }
}
.growth__content--pic {
    display: none;
    width: 100%;
}
.growth__content--pic img {
    margin-left: auto;
    max-width: 100%;
    width: auto;
}
.growth__content--pic.active {
    display: block;
}
.solutions {
    padding: 100px 0 150px 0;
}
@media (max-width: 1024px) {
    .solutions {
        padding: 80px 0 100px 0;
    }
}
@media (max-width: 625px) {
    .solutions {
        padding: 80px 0 80px 0;
    }
}
.solutions__title {
    margin-bottom: 100px;
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .solutions__title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .solutions__title {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 1024px) {
    .solutions__title {
        margin-bottom: 64px;
    }
}
@media (max-width: 765px) {
    .solutions__title {
        text-align: center;
    }
}
@media (max-width: 625px) {
    .solutions__title {
        margin-bottom: 48px;
    }
}
.solutions__cards {
    display: flex;
    column-gap: 32px;
    flex-wrap: wrap;
}
@media (max-width: 1024px) {
    .solutions__cards {
        column-gap: 24px;
        align-items: center;
        row-gap: 24px;
        justify-content: center;
    }
}
@media (max-width: 625px) {
    .solutions__cards {
        row-gap: 16px;
    }
}
.solutions__card {
    width: calc(100% / 3 - 64px / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 24px;
    border-radius: 24px;
    background: rgba(65, 111, 244, 0.05);
    padding: 48px 32px;
}
@media (max-width: 1024px) {
    .solutions__card {
        padding: 36px 24px;
        width: 346px;
    }
}
@media (max-width: 765px) {
    .solutions__card {
        width: 100%;
        justify-content: flex-start;
    }
}
@media (max-width: 625px) {
    .solutions__card {
        padding: 20px;
    }
}
.solutions__card h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    text-align: center;
    color: #12141d;
}
@media (max-width: 1024px) {
    .solutions__card h4 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 625px) {
    .solutions__card h4 {
        text-align: left;
    }
}
.solutions__card svg {
    flex-shrink: 0;
}
@media (max-width: 625px) {
    .solutions__card svg {
        width: 48px;
        height: 48px;
    }
}
.a_cards-mob {
    display: none;
    padding: 80px 0 0 0;
}
@media (max-width: 625px) {
    .a_cards-mob {
        display: block;
    }
}
.a_cards-mob__title {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 48px;
}
@media (max-width: 1024px) {
    .a_cards-mob__title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .a_cards-mob__title {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
.a_cards-mob__title span {
    color: #14b082;
}
.a_cards-mob__items {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: 16px;
}
.a_cards-mob__item {
    transition: 0.35s;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
}
.a_cards-mob__item:hover {
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.07);
}
.a_cards-mob__item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 300px;
    -o-object-position: left;
    object-position: left;
}
@media (max-width: 480px) {
    .a_cards-mob__item img {
        height: 200px;
    }
}
.a_cards-mob--info {
    padding: 24px;
    border-radius: 0 0 16px 16px;
    border: 1px solid #f7f7f7;
    border-top: none;
}
.a_cards-mob--info p {
    color: #14b082;
    margin-bottom: 12px;
    font-size: 10px;
    line-height: 15px;
    font-weight: 600;
}
.a_cards-mob--info p span {
    color: #c1ccd0;
    position: relative;
    padding: 0 0 0 30px;
}
.a_cards-mob--info p span:after {
    content: " ";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50% 50%;
    background: #828282;
}
.a_cards-mob--info h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    margin-bottom: 16px;
}
.a_cards-mob--info > span {
    position: relative;
    color: #14b082;
    padding: 0 0 2px 0;
    font-weight: 500;
}
.a_cards-mob--info > span:after {
    content: " ";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #14b082;
}
.a_cards-mob--more a {
    max-width: 480px;
    display: block;
    width: 100%;
    margin: 0 auto;
}
.affiliatesPage .customBanner__content p {
    max-width: 450px;
}
.affiliatesPage .customSlider .customSlider__slider {
    padding: 100px 0 80px 0;
}
@media (max-width: 1024px) {
    .affiliatesPage .customSlider .customSlider__slider {
        padding: 64px 0 52px 0;
    }
}
.affiliatesPage .customSlider .customSlider__slider .swiper-slide--info {
    padding: 24px 58px 34px 24px;
}
.affiliatesPage .custom-board {
    padding: 100px 0;
}
@media (max-width: 625px) {
    .affiliatesPage .customSlider {
        display: none;
    }
}
.affiliatesPage .custom-run {
    padding-top: 70px;
}
@media (max-width: 625px) {
    .affiliatesPage .custom-run {
        padding-top: 40px;
    }
}
@media (max-width: 625px) {
    .affiliatesPage .custom-board {
        padding: 48px 20px;
    }
    .affiliatesPage .custom-board > p {
        font-size: 18px;
        line-height: 26px;
    }
    .affiliatesPage .custom-board h2 {
        font-size: 32px;
        line-height: 40px;
    }
}
.affiliatesPage .customBanner {
    background: rgba(231, 243, 255, 0.5);
}
.co_banner {
    height: max-content;
    padding: 150px 0px 0px 0px;
}
@media (max-width: 765px) {
    .co_banner {
        padding: 5px 0 30px 0;
    }
}
.co_banner .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width: 1200px) {
    .co_banner .container {
        justify-content: center;
    }
}
.co_banner__title {
    font-size: 56px;
    line-height: 68px;
    margin-bottom: 70px;
    text-align: center;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .co_banner__title {
        font-size: 44px;
        line-height: 54px;
    }
}
@media (max-width: 625px) {
    .co_banner__title {
        font-size: 40px;
        line-height: 52px;
    }
}
@media (max-width: 1200px) {
    .co_banner__title {
        margin-bottom: 84px;
    }
}
@media (max-width: 765px) {
    .co_banner__title {
        margin-bottom: 40px;
    }
}
.co_banner__content {
    display: flex;
    column-gap: 30px;
    align-items: center;
    width: 100%;
}
@media (max-width: 765px) {
    .co_banner__content {
        flex-direction: column;
        row-gap: 48px;
        align-items: center;
    }
}
.co_banner__content img {
    width: 50%;
    flex-grow: 1;
}
@media (max-width: 765px) {
    .co_banner__content img {
        width: 100%;
    }
}
.co_banner__content--text {
    width: max-content;
}
@media (max-width: 765px) {
    .co_banner__content--text {
        width: 100%;
    }
}
.co_banner__content--text h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 32px;
    max-width: 410px;
    width: 100%;
}
@media (max-width: 1024px) {
    .co_banner__content--text h2 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .co_banner__content--text h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 765px) {
    .co_banner__content--text h2 {
        max-width: 100%;
    }
}
.co_banner__content--text p {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.6);
    max-width: 477px;
    width: 100%;
}
@media (max-width: 765px) {
    .co_banner__content--text p {
        max-width: 100%;
    }
}
.co_article {
    padding: 120px 0 120px 0;
}
@media (max-width: 1024px) {
    .co_article {
        padding: 80px 0 100px 0;
    }
}
@media (max-width: 765px) {
    .co_article {
        padding: 50px 0 80px 0;
    }
}
.co_article__slogan {
    display: flex;
    justify-content: space-between;
    padding: 120px 150px 120px 110px;
    column-gap: 50px;
    border-radius: 32px;
    background: #f3f9ff;
    margin-bottom: 150px;
    align-items: center;
}
@media (max-width: 1024px) {
    .co_article__slogan {
        margin-bottom: 100px;
        padding: 80px 60px;
    }
}
@media (max-width: 765px) {
    .co_article__slogan {
        padding: 60px 20px;
        margin-bottom: 80px;
        flex-direction: column;
        row-gap: 24px;
    }
}
.co_article__slogan h3 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    max-width: 437px;
    width: 100%;
}
@media (max-width: 1024px) {
    .co_article__slogan h3 {
        font-size: 28px;
        line-height: 32px;
    }
}
@media (max-width: 625px) {
    .co_article__slogan h3 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (min-width: 1920px) {
    .co_article__slogan h3 {
        max-width: 45%;
    }
}
@media (max-width: 625px) {
    .co_article__slogan h3 {
        font-size: 24px;
        line-height: 36px;
    }
}
.co_article__slogan p {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.6);
    max-width: 473px;
    width: 100%;
}
@media (min-width: 1920px) {
    .co_article__slogan p {
        max-width: 45%;
    }
}
@media (max-width: 625px) {
    .co_article__slogan p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 765px) {
    .co_article__slogan h3,
    .co_article__slogan p {
        max-width: 100%;
    }
}
.co_article__nambers--title {
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 100px;
}
@media (max-width: 1024px) {
    .co_article__nambers--title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .co_article__nambers--title {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 1024px) {
    .co_article__nambers--title {
        margin-bottom: 80px;
    }
}
@media (max-width: 765px) {
    .co_article__nambers--title {
        margin-bottom: 48px;
    }
}
.co_article__cards {
    display: flex;
    column-gap: 30px;
}
@media (max-width: 1024px) {
    .co_article__cards {
        column-gap: 15px;
    }
}
@media (max-width: 765px) {
    .co_article__cards {
        column-gap: 20px;
        row-gap: 20px;
        flex-wrap: wrap;
    }
}
.co_article__card {
    width: 25%;
    padding: 32px 20px;
    border-radius: 16px;
    background: #416ff4;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
}
@media (max-width: 1024px) {
    .co_article__card {
        row-gap: 12px;
        padding: 25px 15px;
    }
}
@media (max-width: 765px) {
    .co_article__card {
        width: calc(50% - 10px);
    }
}
.co_article__card h2 {
    color: #fff;
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 1024px) {
    .co_article__card h2 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .co_article__card h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
.co_article__card p {
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-weight: 500;
}
.co__marTech {
    display: flex;
    column-gap: 60px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
}
@media (max-width: 1024px) {
    .co__marTech {
        margin-bottom: 100px;
        column-gap: 40px;
    }
}
@media (max-width: 765px) {
    .co__marTech {
        flex-direction: column;
        row-gap: 40px;
        margin-bottom: 80px;
    }
}
.co__marTech--left {
    max-width: 456px;
    width: 100%;
}
@media (max-width: 765px) {
    .co__marTech--left {
        max-width: 100%;
    }
}
@media (min-width: 1920px) {
    .co__marTech--left {
        max-width: 45%;
    }
}
.co__marTech--left h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 32px;
}
@media (max-width: 1024px) {
    .co__marTech--left h2 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .co__marTech--left h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 765px) {
    .co__marTech--left h2 {
        margin-bottom: 24px;
    }
}
.co__marTech--left p {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.6);
}
.co__marTech__items {
    max-width: 625px;
    width: 100%;
}
@media (min-width: 1920px) {
    .co__marTech__items {
        max-width: 45%;
    }
}
.co__marTech__item {
    display: flex;
    column-gap: 16px;
}
.co__marTech__item:not(:last-child) {
    margin-bottom: 40px;
}
.co__marTech__item svg {
    flex-shrink: 0;
}
@media (max-width: 1024px) {
    .co__marTech__item svg {
        width: 52px;
        height: 52px;
    }
}
@media (max-width: 765px) {
    .co__marTech__item svg {
        width: 40px;
        height: 40px;
    }
}
.co__marTech__item--text h4 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .co__marTech__item--text h4 {
        font-size: 20px;
        line-height: 30px;
    }
}
.co__marTech__item--text p {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1024px) {
    .co__marTech__item--text p {
        font-size: 18px;
        line-height: 26px;
    }
}
@media (max-width: 625px) {
    .co__marTech__item--text p {
        font-size: 16px;
        line-height: 24px;
    }
}
.co_holding {
    padding: 150px 0;
    background: rgba(231, 243, 255, 0.5);
    display: none;
}
@media (max-width: 1024px) {
    .co_holding {
        padding: 100px 0;
    }
}
@media (max-width: 765px) {
    .co_holding {
        padding: 80px 0;
    }
}
.co_holding__title {
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 32px;
}
@media (max-width: 1024px) {
    .co_holding__title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .co_holding__title {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 765px) {
    .co_holding__title {
        margin-bottom: 24px;
    }
}
.co_holding .container > p {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 auto 100px;
    max-width: 816px;
    width: 100%;
    text-align: center;
}
@media (max-width: 1024px) {
    .co_holding .container > p {
        margin: 0 auto 72px;
    }
}
@media (max-width: 765px) {
    .co_holding .container > p {
        margin: 0 auto 32px;
    }
}
.co_holding__cards {
    display: flex;
    row-gap: 30px;
    column-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
@media (max-width: 765px) {
    .co_holding__cards {
        row-gap: 20px;
        column-gap: 20px;
    }
}
.co_holding__card {
    background: #fff;
    border-radius: 16px;
    padding: 20px 32px;
    min-height: 150px;
    height: auto;
    width: calc(406px - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.35s;
    border: 1px solid #fff;
    position: relative;
}
@media (max-width: 1024px) {
    .co_holding__card {
        width: calc(300px - 20px);
        min-height: 140px;
    }
}
@media (max-width: 765px) {
    .co_holding__card {
        padding: 10px;
        min-height: 120px;
        width: calc(168px - 10px);
    }
}
.co_holding__card:hover {
    border: 1px solid #416ff4;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
}
.co_holding__card:hover h4 {
    opacity: 1;
}
.co_holding__card:hover img {
    opacity: 0;
}
.co_holding__card img {
    max-width: calc(100% - 64px);
    width: auto;
    max-height: 100%;
    height: auto;
    position: absolute;
    transition: 0.35s;
}
@media (max-width: 765px) {
    .co_holding__card img {
        max-width: calc(100% - 20px);
    }
}
.co_holding__card h4 {
    text-align: center;
    width: 100%;
    width: 100%;
    height: 100%;
    background: white;
    align-items: center;
    display: flex;
    border-radius: 16px;
    justify-content: center;
    opacity: 0;
    transition: 0.35s;
    color: #000;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    max-width: 234px;
}
@media (max-width: 1024px) {
    .co_holding__card h4 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 765px) {
    .co_holding__card h4 {
        font-size: 16px;
        line-height: 24px;
    }
}
.co_grow {
    padding: 50px 0;
}
@media (max-width: 1024px) {
    .co_grow {
        padding: 100px 0;
    }
}
@media (max-width: 765px) {
    .co_grow {
        padding: 80px 0;
    }
}
.co_grow .container {
    display: flex;
    column-gap: 80px;
}
@media (max-width: 1200px) {
    .co_grow .container {
        column-gap: 20px;
    }
}
@media (max-width: 765px) {
    .co_grow .container {
        flex-direction: column;
    }
}
.co_grow__text {
    width: 45%;
}
@media (max-width: 765px) {
    .co_grow__text {
        width: 100%;
    }
}
.co_grow__text > h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 32px;
}
@media (max-width: 1024px) {
    .co_grow__text > h2 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .co_grow__text > h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 765px) {
    .co_grow__text > h2 {
        margin-bottom: 24px;
    }
}
.co_grow__text > p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 32px;
}
@media (max-width: 765px) {
    .co_grow__text > p {
        margin-bottom: 24px;
    }
}
.co_grow__text > div {
    display: flex;
    column-gap: 16px;
    margin-bottom: 16px;
}
.co_grow__text > div svg {
    flex-shrink: 0;
}
.co_grow__text > div span {
    color: rgba(0, 0, 0, 0.7);
    font-size: 20px;
    line-height: 30px;
}
@media (max-width: 1024px) {
    .co_grow__text > div span {
        font-size: 18px;
        line-height: 26px;
    }
}
@media (max-width: 625px) {
    .co_grow__text > div span {
        font-size: 16px;
        line-height: 24px;
    }
}
.co_grow__text > h4 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    color: #416ff4;
    margin: 40px 0;
    letter-spacing: 2px;
    font-weight: 500;
}
@media (max-width: 625px) {
    .co_grow__text > h4 {
        font-size: 14px;
        line-height: 24px;
        max-width: 260px;
    }
}
.co_grow__text > a {
    display: flex;
    max-width: max-content;
    padding: 13px 45px 15px;
}
@media (max-width: 765px) {
    .co_grow__text > a {
        display: none;
    }
}
.co_grow__pic {
    width: 55%;
}
@media (max-width: 765px) {
    .co_grow__pic {
        width: 100%;
        margin-bottom: 40px;
    }
}
.co_grow__pic img {
    max-width: 100%;
    width: 100%;
}
.co_grow__button--mob {
    display: none;
}
@media (max-width: 765px) {
    .co_grow__button--mob {
        display: block;
    }
}
.co_grow__button--mob a {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.form--wrapp {
    padding: 228px 0 150px 0;
}
@media (max-width: 1024px) {
    .form--wrapp {
        padding: 178px 0 100px 0;
    }
}
@media (max-width: 765px) {
    .form--wrapp {
        padding: 128px 0 80px 0;
    }
}
.form--wrapp .container > h1 {
    font-size: 56px;
    line-height: 68px;
    margin-bottom: 50px;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 1024px) {
    .form--wrapp .container > h1 {
        font-size: 44px;
        line-height: 54px;
    }
}
@media (max-width: 625px) {
    .form--wrapp .container > h1 {
        font-size: 40px;
        line-height: 52px;
    }
}
@media (max-width: 1024px) {
    .form--wrapp .container > h1 {
        margin-bottom: 70px;
    }
}
@media (max-width: 765px) {
    .form--wrapp .container > h1 {
        margin-bottom: 40px;
    }
}
.form {
    padding: 57px 109px;
    border-radius: 32px;
    background: #f3f9ff;
}
@media (max-width: 1024px) {
    .form {
        padding: 80px 50px;
    }
}
@media (max-width: 625px) {
    .form {
        padding: 60px 20px;
    }
}
.form__inputs {
    display: flex;
    column-gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
@media (max-width: 765px) {
    .form__inputs {
        row-gap: 20px;
        margin-bottom: 20px;
    }
}
.form__inputs > * {
    width: calc(50% - 15px);
}
@media (max-width: 765px) {
    .form__inputs > * {
        width: 100%;
    }
}
.form__inputs input {
    padding: 16px 20px;
    border-radius: 8px;
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000000;
}
@media (max-width: 625px) {
    .form__inputs input {
        padding: 16px;
    }
}
.form__inputs input::placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.form__select {
    position: relative;
}
.form__select * {
    transition: 0.35s;
}
.form__select.active .form__select--current svg {
    transform: rotate(180deg);
}
.form__select.active .form__select--list {
    opacity: 1;
    visibility: visible;
}
.form__select.selected .form__select--current {
    color: #000;
}
.form__select.selected .form__select--current svg path {
    stroke: #000;
}
.form__select--current {
    display: flex;
    justify-content: space-between;
    padding: 16px 20px;
    padding-border-radius: 8px;
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    align-items: center;
    cursor: pointer;
}
@media (max-width: 625px) {
    .form__select--current {
        padding: 16px;
    }
}
.form__select--list {
    position: absolute;
    width: 100%;
    top: calc(100% + 6px);
    border-radius: 8px;
    background: #fff;
    padding: 20px;
    transition: 0.35s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}
@media (max-width: 625px) {
    .form__select--list {
        padding: 16px;
    }
}
.form__select--list p {
    padding: 16px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    transition: 0.35s;
    cursor: pointer;
}
.form__select--list p:hover {
    background: #f3f9ff;
}
.form textarea {
    width: 100%;
    border-radius: 8px;
    padding: 16px 20px;
    background: #fff;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    resize: none;
}
.form textarea::placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.form__footer {
    display: flex;
    column-gap: 40px;
    justify-content: space-between;
    align-items: flex-start;
}
@media (max-width: 625px) {
    .form__footer {
        flex-direction: column;
        row-gap: 24px;
    }
}
.form__footer p {
    font-size: 20px;
    line-height: 30px;
    max-width: 523px;
    width: 100%;
    color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 625px) {
    .form__footer p {
        font-size: 14px;
        line-height: 20px;
    }
}
.form__footer p a {
    color: #416ff4;
    opacity: 0.6;
}
.form__footer > a {
    padding: 13px 45px 15px;
    flex-shrink: 0;
    cursor: pointer;
}
@media (max-width: 625px) {
    .form__footer > a {
        max-width: 100%;
        width: 100%;
        flex-shrink: 1;
    }
}
.form__footer > a.form--sent {
    background: rgba(20, 176, 130, 0.1);
}
.form__footer > a.form--sent .form__footer--sent {
    display: flex;
}
.form__footer > a.form--sent .form__footer--send {
    display: none;
}
.form__footer--sent {
    display: none;
    align-items: center;
    justify-content: center;
    color: #14b082;
    column-gap: 10px;
}
.form__footer--sent svg,
.form__footer--sent img {
    width: 21px;
    height: auto;
}
.contacts__cards {
    margin-bottom: 150px;
}
@media (max-width: 1024px) {
    .contacts__cards {
        margin-bottom: 100px;
    }
}
@media (max-width: 625px) {
    .contacts__cards {
        margin-bottom: 80px;
    }
}
.contacts__cards .container {
    display: flex;
    column-gap: 30px;
}
@media (max-width: 1024px) {
    .contacts__cards .container {
        flex-direction: column;
        row-gap: 30px;
    }
}
@media (max-width: 625px) {
    .contacts__cards .container {
        row-gap: 16px;
    }
}
.contacts__cards--col,
.contacts__cards--row {
    width: 100%;
}
@media (max-width: 1024px) {
    .contacts__cards--col,
    .contacts__cards--row {
        width: 100%;
    }
}
.contacts__cards--col .contacts__card--icon,
.contacts__cards--row .contacts__card--icon {
    width: 40px;
    height: 40px;
    border-radius: 50% 50%;
    background: rgba(20, 176, 130, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.contacts__cards--col .contacts__card--icon svg,
.contacts__cards--row .contacts__card--icon svg {
    width: 24px;
    height: 24px;
}
.contacts__cards--col .contacts__card h5,
.contacts__cards--row .contacts__card h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #14b082;
}
.contacts__cards--col .contacts__card p,
.contacts__cards--row .contacts__card p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
}
.contacts__cards--col .contacts__card p a,
.contacts__cards--row .contacts__card p a {
    color: #416ff4;
    opacity: 0.7;
}
.contacts__cards--col {
    display: flex;
    column-gap: 30px;
}
@media (max-width: 625px) {
    .contacts__cards--col {
        flex-direction: column;
        row-gap: 16px;
    }
}
.contacts__cards--col .contacts__card {
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 32px 20px;
}
@media (max-width: 625px) {
    .contacts__cards--col .contacts__card {
        width: 100%;
    }
}
.contacts__cards--col .contacts__card--icon {
    margin: 0 auto 16px;
}
@media (max-width: 625px) {
    .contacts__cards--col .contacts__card--icon {
        width: 48px;
        height: 48px;
    }
}
.contacts__cards--col .contacts__card h5 {
    margin-bottom: 8px;
    text-align: center;
}
.contacts__cards--col .contacts__card p {
    text-align: center;
}
.contacts__cards--col .contacts__card--social {
    display: flex;
    justify-content: center;
    column-gap: 16px;
    margin-top: 16px;
    flex-wrap: wrap;
    row-gap: 8px;
    align-items: center;
}
.contacts__cards--col .contacts__card--social a svg {
    width: 24px;
    height: auto;
}
.contacts__cards--row {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
@media (max-width: 625px) {
    .contacts__cards--row {
        row-gap: 16px;
    }
}
.contacts__cards--row .contacts__card {
    height: 100%;
    padding: 20px 32px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    column-gap: 24px;
}
@media (max-width: 625px) {
    .contacts__cards--row .contacts__card {
        padding: 32px 20px;
    }
}
.contacts__cards--row .contacts__card h5 {
    margin-bottom: 8px;
}
.offices {
    padding: 0 0 150px 0;
}
@media (max-width: 1024px) {
    .offices {
        padding: 0 0 100px 0;
    }
}
@media (max-width: 625px) {
    .offices {
        padding: 0 0 80px 0;
    }
}
.offices__tittle {
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 100px;
}
@media (max-width: 1024px) {
    .offices__tittle {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .offices__tittle {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 625px) {
    .offices__tittle {
        margin-bottom: 40px;
    }
}
.offices--inner {
    display: flex;
    flex-direction: column;
    row-gap: 64px;
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 625px) {
    .offices--inner {
        row-gap: 32px;
    }
}
.offices__office {
    display: flex;
    column-gap: 24px;
    justify-content: space-between;
    align-items: flex-start;
}
@media (max-width: 625px) {
    .offices__office {
        flex-direction: column;
        row-gap: 20px;
    }
}
.offices__office:not(:last-child) {
    padding: 0 0 64px 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 625px) {
    .offices__office:not(:last-child) {
        padding: 0 0 32px 0;
    }
}
.offices__office--location {
    width: calc(50% - 12px);
    height: 300px;
    position: relative;
    flex-shrink: 0;
}
@media (max-width: 625px) {
    .offices__office--location {
        width: 100%;
        max-height: max-content;
        height: auto;
    }
}
.offices__office--location img {
    width: 100% !important;
    -o-object-fit: cover !important;
    object-fit: cover !important;
    height: 100% !important;
    border-radius: 24px !important;
}
.offices__office--location svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 625px) {
    .offices__office--location svg {
        width: 24px;
        height: auto;
    }
}
.offices__office--text {
    max-width: 294px;
    width: 100%;
}
@media (max-width: 625px) {
    .offices__office--text {
        order: 2;
    }
}
.offices__office--text > h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 32px;
}
@media (max-width: 1024px) {
    .offices__office--text > h4 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 625px) {
    .offices__office--text > h4 {
        margin-bottom: 20px;
    }
}
.offices__office--text > p {
    font-size: 20px;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 625px) {
    .offices__office--text > p {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 27px;
    }
}
.offices__office--text > p a {
    color: rgba(0, 0, 0, 0.6);
}
.offices__office--text > span {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
}
.placeholder-color::placeholder {
    color: red !important;
}
.trafficVPage .custom-run--inner {
    padding: 56px 80px 56px 80px;
}
@media (max-width: 1024px) {
    .trafficVPage .custom-run--inner {
        padding: 48px;
    }
}
@media (max-width: 625px) {
    .trafficVPage .custom-run--inner {
        padding: 60px 20px;
    }
}
.trafficVPage .custom-run--inner h1 {
    max-width: 640px;
    width: 100%;
}
.trafficVPage .custom-run--button {
    min-width: 316px;
}
@media (max-width: 765px) {
    .trafficVPage .custom-run--button {
        min-width: 270px;
    }
}
.trafficVPage .custom-run--button a {
    padding: 13px 62px 15px;
}
.t_chart.customEstimator {
    background: #fff;
}
.t_chart.customEstimator .customEstimator__title {
    max-width: 720px;
}
.t_chart.customEstimator .customEstimator__title span {
    color: #14b082;
}
.t_chart.customEstimator .customEstimator__body {
    column-gap: 118px;
}
@media (max-width: 1024px) {
    .t_chart.customEstimator .customEstimator__body {
        column-gap: 40px;
    }
}
.t_chart.customEstimator .customEstimator__cards {
    width: 34%;
}
@media (max-width: 765px) {
    .t_chart.customEstimator .customEstimator__cards {
        width: 100%;
    }
}
.t_chart.customEstimator .customEstimator__pic {
    width: 66%;
}
@media (max-width: 765px) {
    .t_chart.customEstimator .customEstimator__pic {
        width: 100%;
    }
}
.t_chart.customEstimator .customEstimator__pic img {
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.t_presentation {
    padding: 150px 0;
}
@media (max-width: 1024px) {
    .t_presentation {
        padding: 100px 0;
    }
}
@media (max-width: 765px) {
    .t_presentation {
        padding: 80px 0;
    }
}
.t_presentation__body {
    display: flex;
    column-gap: 30px;
}
@media (max-width: 1024px) {
    .t_presentation__body {
        column-gap: 20px;
    }
}
.t_presentation__tabs {
    min-width: 370px;
    width: 35%;
}
@media (max-width: 1024px) {
    .t_presentation__tabs {
        min-width: 360px;
    }
}
@media (max-width: 765px) {
    .t_presentation__tabs {
        width: 100%;
        min-width: 100%;
    }
}
.t_presentation__tab:not(:last-child) {
    margin-bottom: 30px;
}
@media (max-width: 1024px) {
    .t_presentation__tab:not(:last-child) {
        margin-bottom: 24px;
    }
}
@media (max-width: 625px) {
    .t_presentation__tab:not(:last-child) {
        margin-bottom: 16px;
    }
}
.t_presentation__tab,
.t_presentation__tab * {
    transition: 0.35s;
}
.t_presentation__tab.active .t_presentation__tab--inner {
    background: #e7f3ff;
    border: 1px solid #e7f3ff;
}
.t_presentation__tab.active .t_presentation__tab--inner svg circle {
    fill: #fff;
    opacity: 1;
}
.t_presentation__tab.active .t_presentation__tab--inner img circle {
    fill: #fff;
    opacity: 1;
}
.t_presentation__tab--inner {
    display: flex;
    align-items: center;
    padding: 32px;
    column-gap: 24px;
    cursor: pointer;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
    .t_presentation__tab--inner {
        padding: 24px;
    }
}
.t_presentation__tab--inner svg {
    flex-shrink: 0;
}
.t_presentation__tab--inner img {
    flex-shrink: 0;
}
.t_presentation__tab--inner > div h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 4px;
}
@media (max-width: 1024px) {
    .t_presentation__tab--inner > div h4 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 1300px) {
    .t_presentation__tab--inner > div h4 {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 765px) {
    .t_presentation__tab--inner > div h4 {
        line-height: 34px;
        font-size: 24px;
    }
}
.t_presentation__tab--inner > div p {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.6);
}
.t_presentation__tab--drop {
    display: none;
    height: 0;
    overflow: hidden;
}
@media (max-width: 765px) {
    .t_presentation__tab--drop {
        display: flex;
    }
}
.t_presentation__tab--drop img {
    width: 100%;
}
@media (max-width: 765px) {
    .t_presentation__tab--drop img {
        height: auto !important;
    }
}
.t_presentation__tab--pic {
    padding: 24px 0 0 0;
}
@media (max-width: 765px) {
    .t_presentation__tab--pic {
        max-width: 100%;
        width: 100%;
    }
}
.t_presentation__content {
    width: 65%;
    display: flex;
    align-items: center;
}
@media (max-width: 765px) {
    .t_presentation__content {
        display: none;
    }
}
.t_presentation__content--pic {
    display: none;
    width: 100%;
}
.t_presentation__content--pic img {
    margin-left: auto;
    max-width: 100%;
    width: auto;
}
.t_presentation__content--pic.active {
    display: block;
}
.t_goals {
    padding: 67px 0 67px 0;
}
@media (max-width: 1024px) {
    .t_goals {
        padding: 100px 0 0 0;
    }
}
@media (max-width: 765px) {
    .t_goals {
        padding: 80px 0 0 0;
    }
}
.t_goals__title {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 100px;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 1024px) {
    .t_goals__title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .t_goals__title {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 1024px) {
    .t_goals__title {
        margin-bottom: 64px;
    }
}
@media (max-width: 765px) {
    .t_goals__title {
        margin-bottom: 48px;
    }
}
.t_goals__cards {
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
}
@media (max-width: 1024px) {
    .t_goals__cards {
        column-gap: 24px;
        row-gap: 24px;
    }
}
@media (max-width: 625px) {
    .t_goals__cards {
        flex-wrap: nowrap;
        overflow: auto;
        column-gap: 16px;
        width: calc(100% + 20px);
        justify-content: flex-start;
        padding: 0 20px 0 0;
    }
    .t_goals__cards::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
    }
}
.t_goals__card {
    padding: 24px;
    border-radius: 16px;
    background: rgba(231, 243, 255, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
    width: calc(100% / 5 - 25px);
    min-width: 170px;
}
@media (max-width: 625px) {
    .t_goals__card {
        min-width: 150px;
        width: 150px;
        padding: 24px 14px;
    }
}
.t_goals__card p {
    color: rgba(0, 0, 0, 0.4);
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
}
@media (max-width: 625px) {
    .t_goals__card p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 625px) {
    .t_goals__card svg {
        width: 42px;
        height: 42px;
    }
}
@media (max-width: 625px) {
    .t_goals__card img {
        width: 42px;
        height: 42px;
    }
}
.customEstimator__card_link {
    margin: 15px 0 0;
}
.performancePage .customEstimator__body {
    column-gap: 50px;
}
@media (max-width: 1024px) {
    .performancePage .customEstimator__body {
        column-gap: 40px;
    }
}
.performancePage .p_behavior--customEstimator {
    background: #fff;
}
.performancePage .p_behavior--customEstimator .custom-board {
    padding: 128px 40px;
    margin-bottom: 150px;
}
@media (max-width: 1024px) {
    .performancePage .p_behavior--customEstimator .custom-board {
        margin-bottom: 100px;
    }
}
@media (max-width: 765px) {
    .performancePage .p_behavior--customEstimator .custom-board {
        margin-bottom: 80px;
        padding: 48px 30px;
    }
}
.performancePage .p_behavior--customEstimator .customEstimator__cards {
    width: 39%;
}
@media (max-width: 765px) {
    .performancePage .p_behavior--customEstimator .customEstimator__cards {
        width: 100%;
    }
}
.performancePage
    .p_behavior--customEstimator
    .customEstimator__card:nth-of-type(3) {
    margin-bottom: 32px;
}
.performancePage .p_behavior--customEstimator .customEstimator__pic {
    width: 61%;
}
@media (max-width: 765px) {
    .performancePage .p_behavior--customEstimator .customEstimator__pic {
        width: 100%;
    }
}
.performancePage .custom-run--inner {
    padding: 72px 80px;
}
@media (max-width: 1024px) {
    .performancePage .custom-run--inner {
        padding: 48px;
    }
}
@media (max-width: 765px) {
    .performancePage .custom-run--inner {
        padding: 60px 20px;
    }
}
.performancePage .custom-run--inner h1 {
    max-width: 700px;
    width: 100%;
}
.performancePage .custom-run--button {
    min-width: 340px;
}
@media (max-width: 765px) {
    .performancePage .custom-run--button {
        min-width: 250px;
    }
}
.driven {
    padding: 150px 0;
}
@media (max-width: 1024px) {
    .driven {
        padding: 100px 0;
    }
}
@media (max-width: 765px) {
    .driven {
        padding: 80px 0;
    }
}
.driven__panel {
    padding: 100px 90px;
    border-radius: 24px;
    background: #0c6a4e;
}
@media (max-width: 1024px) {
    .driven__panel {
        padding: 80px 40px;
    }
}
@media (max-width: 765px) {
    .driven__panel {
        padding: 80px 20px;
    }
}
.driven__title {
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 67px;
    text-align: center;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .driven__title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .driven__title {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 1024px) {
    .driven__title {
        margin-bottom: 54px;
    }
}
@media (max-width: 765px) {
    .driven__title {
        margin-bottom: 40px;
    }
}
.driven__cards {
    display: flex;
}
@media (max-width: 765px) {
    .driven__cards {
        flex-direction: column;
        align-items: center;
        row-gap: 24px;
    }
}
.driven__card {
    width: calc(100% / 5);
}
@media (max-width: 765px) {
    .driven__card {
        max-width: 300px;
        width: 100%;
    }
}
.driven__card:nth-of-type(1) svg,
.driven__card:nth-of-type(3) svg,
.driven__card:nth-of-type(5) svg {
    margin-bottom: 24px;
}
@media (max-width: 765px) {
    .driven__card:nth-of-type(1) svg,
    .driven__card:nth-of-type(3) svg,
    .driven__card:nth-of-type(5) svg {
        margin: 0 auto 24px;
        display: block;
    }
}
.driven__card:nth-of-type(1) img,
.driven__card:nth-of-type(3) img,
.driven__card:nth-of-type(5) img {
    margin-bottom: 24px;
}
@media (max-width: 765px) {
    .driven__card:nth-of-type(1) img,
    .driven__card:nth-of-type(3) img,
    .driven__card:nth-of-type(5) img {
        margin: 0 auto 24px;
        display: block;
    }
}
.driven__card:nth-of-type(1) p,
.driven__card:nth-of-type(3) p,
.driven__card:nth-of-type(5) p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
}
@media (max-width: 765px) {
    .driven__card:nth-of-type(1) p,
    .driven__card:nth-of-type(3) p,
    .driven__card:nth-of-type(5) p {
        text-align: center;
    }
}
.driven__card:nth-of-type(2),
.driven__card:nth-of-type(4) {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0 0 40px 0;
}
@media (max-width: 765px) {
    .driven__card:nth-of-type(2),
    .driven__card:nth-of-type(4) {
        padding: 0;
    }
}
.driven__card:nth-of-type(2) svg:nth-of-type(2),
.driven__card:nth-of-type(4) svg:nth-of-type(2) {
    display: none;
}
@media (max-width: 765px) {
    .driven__card:nth-of-type(2) svg:nth-of-type(2),
    .driven__card:nth-of-type(4) svg:nth-of-type(2) {
        display: block;
    }
}
@media (max-width: 765px) {
    .driven__card:nth-of-type(2) svg:nth-of-type(1),
    .driven__card:nth-of-type(4) svg:nth-of-type(1) {
        display: none;
    }
}
.driven__card:nth-of-type(2) img:nth-of-type(2),
.driven__card:nth-of-type(4) img:nth-of-type(2) {
    display: none;
}
@media (max-width: 765px) {
    .driven__card:nth-of-type(2) img:nth-of-type(2),
    .driven__card:nth-of-type(4) img:nth-of-type(2) {
        display: block;
    }
}
@media (max-width: 765px) {
    .driven__card:nth-of-type(2) img:nth-of-type(1),
    .driven__card:nth-of-type(4) img:nth-of-type(1) {
        display: none;
    }
}
.p_customization {
    padding: 0 0 150px 0;
}
@media (max-width: 1024px) {
    .p_customization {
        padding: 0 0 100px 0;
    }
}
@media (max-width: 765px) {
    .p_customization {
        padding: 0 0 80px 0;
    }
}
.p_customization--inner {
    padding: 100px 109px 160px;
    border-radius: 24px;
    background: #f3f9ff;
}
@media (max-width: 1200px) {
    .p_customization--inner {
        padding: 80px 40px 120px;
    }
}
@media (max-width: 765px) {
    .p_customization--inner {
        padding: 80px 19px 80px;
    }
}
.p_customization__title {
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 96px;
}
@media (max-width: 1024px) {
    .p_customization__title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .p_customization__title {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 1024px) {
    .p_customization__title {
        margin-bottom: 64px;
    }
}
@media (max-width: 765px) {
    .p_customization__title {
        margin-bottom: 40px;
    }
}
.p_customization__cards {
    display: flex;
    column-gap: 40px;
    justify-content: space-between;
}
@media (max-width: 1024px) {
    .p_customization__cards {
        flex-direction: column;
        row-gap: 48px;
    }
}
.p_customization__card {
    max-width: 298px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
@media (max-width: 1024px) {
    .p_customization__card {
        max-width: 600px;
    }
}
.p_customization__card > a {
    font-size: 18px;
    line-height: 28px;
}
@media (max-width: 1200px) {
    .p_customization__card > a {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 1024px) {
    .p_customization__card > a {
        font-size: 18px;
        line-height: 28px;
    }
}
.p_customization__card--top > div {
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin-bottom: 20px;
}
.p_customization__card--top > div svg {
    flex-shrink: 0;
}
@media (max-width: 765px) {
    .p_customization__card--top > div svg {
        width: 40px;
        height: 40px;
    }
}
.p_customization__card--top > div img {
    flex-shrink: 0;
}
@media (max-width: 765px) {
    .p_customization__card--top > div img {
        width: 40px;
        height: 40px;
    }
}
.p_customization__card--top > div h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .p_customization__card--top > div h4 {
        font-size: 20px;
        line-height: 30px;
    }
}
.p_customization__card--top > p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
    color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1200px) {
    .p_customization__card--top > p {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width: 765px) {
    .p_customization__card--top > p {
        font-size: 16px;
        line-height: 24px;
    }
}
.trafficQPage .customReach {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
}
@media (max-width: 625px) {
    .trafficQPage .customReach {
        flex-direction: column;
        row-gap: 0px;
    }
}
.trafficQPage .customReach h3 {
    margin-bottom: 66px;
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .trafficQPage .customReach h3 {
        font-size: 28px;
        line-height: 32px;
    }
}
@media (max-width: 625px) {
    .trafficQPage .customReach h3 {
        font-size: 20px;
        line-height: 30px;
    }
}
.trafficQPage .customReach__column {
    display: flex;
    column-gap: 40px;
    justify-content: space-around;
    margin: 0 auto;
    flex-direction: row;
    max-width: 100%;
    width: 100%;
}
@media (max-width: 625px) {
    .trafficQPage .customReach__column {
        flex-direction: column;
        row-gap: 40px;
    }
}
.trafficQPage .customReach__column > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    row-gap: 16px;
    position: relative;
}
.trafficQPage .customReach__column > div h2 {
    font-size: 48px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 1024px) {
    .trafficQPage .customReach__column > div h2 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .trafficQPage .customReach__column > div h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
.trafficQPage .customReach__column > div p {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.6);
}
.trafficQPage .custbroader__inner {
    padding: 100px 110px;
}
@media (max-width: 1024px) {
    .trafficQPage .custbroader__inner {
        padding: 80px 40px;
    }
}
@media (max-width: 765px) {
    .trafficQPage .custbroader__inner {
        padding: 80px 20px;
    }
}
.trafficQPage .custbroader__inner .custbroader__header h2 {
    max-width: 100%;
}
.trafficQPage .custbroader__inner .custbroader__cards {
    justify-content: space-between;
}
.trafficQPage .custbroader__inner .custbroader__card {
    max-width: 298px;
}
@media (max-width: 765px) {
    .trafficQPage .custbroader__inner .custbroader__card {
        max-width: 100%;
    }
}
.trafficQPage .custom-run--button {
    flex-shrink: 0;
}
.trafficQPage .custom-run--inner h1 {
    max-width: 545px;
    width: 100%;
}
.q_partners {
    padding: 140px 0 150px;
}
@media (max-width: 1024px) {
    .q_partners {
        padding: 100px 0;
    }
}
@media (max-width: 765px) {
    .q_partners {
        padding: 80px 0;
    }
}
.q_partners__cards {
    display: flex;
    column-gap: 30px;
    margin-bottom: 116px;
}
@media (max-width: 1024px) {
    .q_partners__cards {
        column-gap: 20px;
        margin-bottom: 100px;
    }
}
@media (max-width: 765px) {
    .q_partners__cards {
        margin-bottom: 80px;
        flex-direction: column;
        row-gap: 16px;
    }
}
.q_partners__card {
    width: calc(100% / 3);
    flex-direction: column;
    display: flex;
}
@media (max-width: 765px) {
    .q_partners__card {
        width: 100%;
    }
}
.q_partners__card--logo {
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    background: #f3f9ff;
    border-radius: 16px 16px 0 0;
}
@media (max-width: 480px) {
    .q_partners__card--logo {
        padding: 50px 24px;
    }
}
.q_partners__card--logo img {
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 100%;
    height: auto;
    max-width: 100%;
    width: auto;
}
.q_partners__card--desc {
    padding: 40px 32px 24px 32px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    border-radius: 0 0 16px 16px;
    flex-grow: 1;
}
@media (max-width: 1024px) {
    .q_partners__card--desc {
        padding: 24px;
    }
}
.q_partners__card--desc span {
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #14b082;
    font-weight: 500;
}
@media (max-width: 480px) {
    .q_partners__card--desc span {
        font-size: 14px;
        line-height: 21px;
    }
}
.q_partners__card--desc p {
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 480px) {
    .q_partners__card--desc p {
        font-size: 14px;
        line-height: 21px;
    }
}
.q_partners__responses {
    padding: 120px 109px;
    border-radius: 24px;
    background: #f3f9ff;
}
@media (max-width: 1024px) {
    .q_partners__responses {
        padding: 100px 40px;
    }
}
@media (max-width: 765px) {
    .q_partners__responses {
        padding: 80px 20px;
    }
}
.q_partners__responses > h2 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 100px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .q_partners__responses > h2 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .q_partners__responses > h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 1024px) {
    .q_partners__responses > h2 {
        margin-bottom: 64px;
    }
}
@media (max-width: 765px) {
    .q_partners__responses > h2 {
        margin-bottom: 40px;
    }
}
.q_partners__responses--inner {
    display: flex;
    column-gap: 30px;
}
@media (max-width: 1024px) {
    .q_partners__responses--inner {
        column-gap: 20px;
    }
}
@media (max-width: 765px) {
    .q_partners__responses--inner {
        flex-direction: column;
        row-gap: 20px;
    }
}
.q_partners__response {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 48px 46px 48px 40px;
    border-radius: 24px;
    background: #fff;
    row-gap: 24px;
}
@media (max-width: 1024px) {
    .q_partners__response {
        padding: 32px;
    }
}
@media (max-width: 765px) {
    .q_partners__response {
        width: 100%;
    }
}
.q_partners__response--top svg {
    margin-bottom: 24px;
}
@media (max-width: 765px) {
    .q_partners__response--top svg {
        width: 22px;
        height: auto;
    }
}
.q_partners__response--top p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .q_partners__response--top p {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 765px) {
    .q_partners__response--top p {
        font-size: 18px;
        line-height: 27px;
        font-weight: 400;
    }
}
.q_partners__response--author {
    display: flex;
    column-gap: 16px;
    align-items: center;
}
.q_partners__response--author img {
    flex-shrink: 0;
    border-radius: 50% !important;
}
.q_partners__response--author > div h6 {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-weight: 500;
}
@media (max-width: 765px) {
    .q_partners__response--author > div h6 {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 6px;
    }
}
.q_partners__response--author > div p {
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 625px) {
    .q_partners__response--author > div p {
        line-height: 20px;
    }
}
@media (max-width: 765px) {
    .q_partners__response--author > div p {
        font-size: 14px;
        line-height: 21px;
    }
}
.firewall {
    padding: 0 0 150px 0;
}
@media (max-width: 1024px) {
    .firewall {
        padding: 0 0 100px 0;
    }
}
@media (max-width: 765px) {
    .firewall {
        padding: 0 0 80px 0;
    }
}
.firewall__title {
    max-width: 825px;
    width: 100%;
    margin: 0 auto 100px;
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 1024px) {
    .firewall__title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .firewall__title {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 1024px) {
    .firewall__title {
        margin: 0 auto 64px;
    }
}
.firewall__title span {
    color: #14b082;
}
.firewall__body {
    position: relative;
    padding: 100px 0;
    margin-bottom: 150px;
}
@media (max-width: 1024px) {
    .firewall__body {
        margin-bottom: 100px;
        padding: 80px 0;
    }
}
@media (max-width: 765px) {
    .firewall__body {
        margin-bottom: 80px;
    }
}
.firewall__body--bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.firewall__body--bg img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.firewall__body--bg img:nth-of-type(2) {
    display: none;
}
@media (max-width: 765px) {
    .firewall__body--bg img:nth-of-type(2) {
        display: block;
    }
}
@media (max-width: 765px) {
    .firewall__body--bg img:nth-of-type(1) {
        display: none;
    }
}
.firewall__items {
    position: relative;
    max-width: 760px;
    width: 100%;
    padding: 0 25px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 56px;
    align-items: center;
}
@media (max-width: 1024px) {
    .firewall__items {
        row-gap: 36px;
        max-width: 720px;
    }
}
@media (max-width: 765px) {
    .firewall__items {
        row-gap: 24px;
        max-width: 300px;
    }
}
.firewall__item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.firewall__item span {
    margin-bottom: 24px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% 50%;
    background: #0c6a4e;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .firewall__item span {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 1024px) {
    .firewall__item span {
        width: 56px;
        height: 56px;
    }
}
@media (max-width: 765px) {
    .firewall__item span {
        width: 48px;
        height: 48px;
        margin-bottom: 16px;
    }
}
.firewall__item h3 {
    margin-bottom: 16px;
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    color: #fff;
}
@media (max-width: 1024px) {
    .firewall__item h3 {
        font-size: 28px;
        line-height: 32px;
    }
}
@media (max-width: 625px) {
    .firewall__item h3 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 765px) {
    .firewall__item h3 {
        font-size: 20px;
        line-height: 30px;
    }
}
.firewall__item p {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    text-align: center;
}
@media (max-width: 1024px) {
    .firewall__item p {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 1200px) {
    .firewall__item p {
        font-size: 18px;
        line-height: 20px;
    }
}
@media (max-width: 1024px) {
    .firewall__item p {
        font-size: 16px;
        line-height: 24px;
    }
}
.firewall__item:nth-of-type(1) {
    width: 100%;
}
@media (max-width: 1200px) {
    .firewall__item:nth-of-type(1) {
        width: 95%;
    }
}
@media (max-width: 765px) {
    .firewall__item:nth-of-type(1) {
        width: 100%;
    }
}
.firewall__item:nth-of-type(2) {
    width: 95%;
}
@media (max-width: 1200px) {
    .firewall__item:nth-of-type(2) {
        width: 85%;
    }
}
@media (max-width: 765px) {
    .firewall__item:nth-of-type(2) {
        width: 95%;
    }
}
.firewall__item:nth-of-type(3) {
    width: 90%;
}
@media (max-width: 1200px) {
    .firewall__item:nth-of-type(3) {
        width: 70%;
    }
}
@media (max-width: 765px) {
    .firewall__item:nth-of-type(3) {
        width: 90%;
    }
}
.similarPage .custom-run--inner h1 {
    max-width: 638px;
    width: 100%;
}
@media (max-width: 625px) {
    .similarPage .customSlider {
        display: none;
    }
}
@media (max-width: 625px) {
    .similarPage .a_cards-mob--info h6 {
        margin-bottom: 0;
        font-weight: 500;
    }
}
.similarPage .a_cards-mob__item:hover {
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.07);
}
@media (max-width: 625px) {
    .similarPage .a_cards-mob__title {
        text-align: center;
    }
}
.si_banner {
    padding: 200px 0 150px;
    padding-bottom: 10px !important;
    background: rgba(231, 243, 255, 0.5);
}
@media (max-width: 1024px) {
    .si_banner {
        padding: 160px 0 100px;
    }
}
@media (max-width: 625px) {
    .si_banner {
        padding: 128px 0 60px;
    }
}
.si_banner__content {
    display: flex;
    align-items: center;
    margin-bottom: 130px;
}
@media (max-width: 1024px) {
    .si_banner__content {
        margin-bottom: 84px;
    }
}
@media (max-width: 940px) {
    .si_banner__content {
        flex-direction: column;
    }
}
@media (max-width: 625px) {
    .si_banner__content {
        margin-bottom: 48px;
    }
}
.si_banner__content.banner--gap {
    column-gap: 100px;
}
.si_banner__text {
    width: 42.5%;
    padding-left: 40px;
}
@media (max-width: 765px) {
    .si_banner__text {
        padding-left: 0px;
    }
}
@media (max-width: 940px) {
    .si_banner__text {
        width: 100%;
        margin-bottom: 32px;
    }
}
.si_banner__text h1 {
    font-size: 56px;
    line-height: 68px;
    font-weight: 500;
    margin-bottom: 32px;
}
@media (max-width: 1024px) {
    .si_banner__text h1 {
        font-size: 44px;
        line-height: 54px;
    }
}
@media (max-width: 625px) {
    .si_banner__text h1 {
        font-size: 40px;
        line-height: 52px;
    }
}
@media (max-width: 1024px) {
    .si_banner__text h1 {
        text-align: center;
    }
}
.si_banner__text h1 span {
    color: #14b082;
}
.si_banner__text p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    line-height: 30px;
}
@media (max-width: 1024px) {
    .si_banner__text p {
        text-align: center;
    }
}
.si_banner__pic {
    width: 57.5%;
    padding: 0 40px;
}
@media (max-width: 940px) {
    .si_banner__pic {
        width: 100%;
    }
}
.si_banner__pic img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.si_banner__cards {
    display: flex;
    margin-bottom: 64px;
    justify-content: center;
}
@media (max-width: 1024px) {
    .si_banner__cards {
        margin-bottom: 48px;
    }
}
@media (max-width: 850px) {
    .si_banner__cards {
        flex-wrap: wrap;
    }
}
@media (max-width: 625px) {
    .si_banner__cards {
        margin-bottom: 32px;
    }
}
.si_banner__card {
    width: calc(25% - 90px / 4);
    padding: 32px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.si_banner__card:not(:last-child) {
    margin-right: 30px;
}
@media (max-width: 1024px) {
    .si_banner__card:not(:last-child) {
        margin-right: 20px;
    }
}
@media (max-width: 850px) {
    .si_banner__card:not(:last-child) {
        margin-right: 0px;
    }
}
@media (max-width: 850px) {
    .si_banner__card {
        width: calc(50% - 10px);
    }
    .si_banner__card:nth-of-type(1),
    .si_banner__card:nth-of-type(3) {
        margin-right: 20px;
    }
    .si_banner__card:nth-of-type(1),
    .si_banner__card:nth-of-type(2) {
        margin-bottom: 20px;
    }
}
@media (max-width: 625px) {
    .si_banner__card {
        padding: 20px 12px;
        min-width: 148px;
    }
}
@media (max-width: 360px) {
    .si_banner__card {
        margin-bottom: 20px;
        min-width: 100%;
    }
    .si_banner__card:nth-of-type(1),
    .si_banner__card:nth-of-type(3) {
        margin-right: 0px;
    }
}
.si_banner__card h2 {
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 16px;
    text-align: center;
    color: #14b082;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .si_banner__card h2 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .si_banner__card h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
.si_banner__card h2 span {
    font-size: 24px;
    line-height: 30px;
}
.si_banner__card p {
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    font-weight: 500;
}
@media (max-width: 625px) {
    .si_banner__card p {
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
    }
}
.si_banner .button {
    padding: 13px 63px 15px;
    display: block;
    max-width: max-content;
    margin: 0 auto;
}
@media (max-width: 625px) {
    .si_banner .button {
        max-width: 100%;
    }
}
.si_offers {
    padding: 150px 0 0 0;
}
@media (max-width: 1024px) {
    .si_offers {
        padding: 100px 0 0 0;
    }
}
@media (max-width: 625px) {
    .si_offers {
        padding: 80px 0 0 0;
    }
}
.si_offers__title {
    margin: 0 auto 100px;
    font-size: 48px;
    line-height: 60px;
    max-width: 690px;
    width: 100%;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 1024px) {
    .si_offers__title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .si_offers__title {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 1024px) {
    .si_offers__title {
        margin: 0 auto 64px;
    }
}
@media (max-width: 625px) {
    .si_offers__title {
        margin: 0 auto 48px;
    }
}
.si_offers__title span {
    color: #14b082;
}
.si_offers__title.si_offers__title--full {
    max-width: 100%;
}
.si_offers__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
}
.si_offers__cards::-webkit-scrollbar {
    width: 100%;
    height: 6px;
    background: none;
    margin-top: 20px;
}
.si_offers__cards::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    max-width: 10%;
    width: 100%;
}
@media (max-width: 480px) {
    .si_offers__cards::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
    }
}
@media (max-width: 1200px) {
    .si_offers__cards {
        flex-wrap: nowrap;
        overflow: scroll;
        justify-content: flex-start;
        width: calc(100% + 20px);
        padding: 0 20px 10px 0;
    }
}
.si_offers__card {
    width: calc(100% / 5 - 25px);
    min-width: 200px;
    padding: 32px 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
}
.si_offers__card:not(:last-child) {
    margin-right: 30px;
}
@media (max-width: 1200px) {
    .si_offers__card:not(:last-child) {
        margin-right: 16px;
    }
}
@media (max-width: 625px) {
    .si_offers__card {
        padding: 24px 14px;
        min-width: 150px;
        row-gap: 14px;
    }
}
.si_offers__card p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
@media (max-width: 625px) {
    .si_offers__card p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 625px) {
    .si_offers__card svg {
        width: 32px;
        height: auto;
    }
}
.si_steps {
    padding: 50px 0 100px 0;
}
@media (max-width: 1024px) {
    .si_steps {
        padding: 50px 0 50px 0;
    }
}
@media (max-width: 625px) {
    .si_steps {
        padding: 50px 0;
    }
}
.si_steps__title {
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 100px;
    max-width: 935px;
    width: 100%;
}
@media (max-width: 1024px) {
    .si_steps__title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .si_steps__title {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 1024px) {
    .si_steps__title {
        margin-bottom: 64px;
    }
}
@media (max-width: 625px) {
    .si_steps__title {
        margin-bottom: 48px;
        text-align: center;
    }
}
.si_steps__title span {
    color: #14b082;
}
.si_steps__cards {
    display: flex;
    column-gap: 30px;
    row-gap: 30px;
    flex-wrap: wrap;
}
@media (max-width: 625px) {
    .si_steps__cards {
        flex-direction: column;
        row-gap: 0px;
    }
}
.si_steps__card {
    width: calc(100% / 3 - 20px);
    padding: 32px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 24px;
}
@media (max-width: 1024px) {
    .si_steps__card {
        width: calc(100% / 2 - 15px);
    }
}
@media (max-width: 625px) {
    .si_steps__card {
        width: 100%;
        padding: 32px 20px;
    }
    .si_steps__card:not(:last-child) {
        margin-bottom: 30px;
    }
}
.si_steps__card svg,
.si_steps__card img {
    margin-bottom: 32px;
}
@media (max-width: 625px) {
    .si_steps__card svg,
    .si_steps__card img {
        margin: 0 auto 24px;
        display: block;
        width: 48px;
        height: 48px;
    }
}
.si_steps__card h4 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 16px;
}
@media (max-width: 1024px) {
    .si_steps__card h4 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 625px) {
    .si_steps__card h4 {
        text-align: center;
    }
}
.si_steps__card p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 20px;
    line-height: 30px;
}
@media (max-width: 625px) {
    .si_steps__card p {
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }
}
.si_steps__card p a {
    display: inline;
    color: #14b082;
}
.si_steps__card p a:hover {
    text-decoration: underline;
}
.si_steps__card a {
    display: block;
    max-width: max-content;
    margin-top: 12px;
}
@media (max-width: 625px) {
    .si_steps__card a {
        margin-right: auto;
        margin-left: auto;
    }
}
.preparing {
    padding: 150px 0;
    background: #f3fffc;
}
@media (max-width: 1024px) {
    .preparing {
        padding: 100px 0;
    }
}
@media (max-width: 625px) {
    .preparing {
        padding: 80px 0;
    }
}
.preparing h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    margin: 0 auto 100px;
    max-width: 822px;
    width: 100%;
    text-align: center;
}
@media (max-width: 1024px) {
    .preparing h2 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .preparing h2 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 1024px) {
    .preparing h2 {
        margin: 0 auto 80px;
    }
}
@media (max-width: 625px) {
    .preparing h2 {
        text-align: center;
        margin: 0 auto 60px;
    }
}
.preparing__video {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    height: 100%;
    height: 50vw;
    max-height: 600px;
}
.preparing__video iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    border-radius: 32px;
}
.preparing--cover {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    overflow: hidden;
    top: 0;
    left: 0;
}
.preparing--cover--hidden {
    display: none;
}
.preparing--cover > div {
    position: relative;
    width: 100%;
    height: 100%;
}
.preparing--cover > div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    margin: 0 auto;
    border-radius: 32px;
}
.preparing--cover > div:after {
    content: url(../images/video_play.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.si_videos {
    padding: 150px 0;
}
@media (max-width: 1024px) {
    .si_videos {
        padding: 100px 0;
    }
}
@media (max-width: 625px) {
    .si_videos {
        padding: 80px 0;
    }
}
.si_videos .custom-board {
    margin-bottom: 150px;
    padding: 100px 40px;
}
@media (max-width: 1024px) {
    .si_videos .custom-board {
        margin-bottom: 100px;
    }
}
@media (max-width: 625px) {
    .si_videos .custom-board {
        padding: 48px 30px;
        margin-bottom: 80px;
    }
}
@media (max-width: 625px) {
    .si_videos .custom-board h2 {
        font-size: 32px;
        line-height: 40px;
    }
}
.si_videos__title {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto 100px;
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    text-align: center;
}
@media (max-width: 1024px) {
    .si_videos__title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .si_videos__title {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 1024px) {
    .si_videos__title {
        margin: 0 auto 64px;
    }
}
@media (max-width: 625px) {
    .si_videos__title {
        margin: 0 auto 48px;
    }
}
.si_videos__title span {
    color: #14b082;
}
.si_videos__formats {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 150px;
}
@media (max-width: 1024px) {
    .si_videos__formats {
        margin-bottom: 100px;
    }
}
@media (max-width: 625px) {
    .si_videos__formats {
        margin-bottom: 80px;
        flex-direction: column;
    }
}
.si_videos__format {
    width: calc(50% - 32px);
    cursor: pointer;
    border-radius: 16px;
}
.si_videos__format:nth-of-type(2n + 1) {
    margin-right: 64px;
}
@media (max-width: 1024px) {
    .si_videos__format:nth-of-type(2n + 1) {
        margin-right: 40px;
    }
}
@media (max-width: 625px) {
    .si_videos__format:nth-of-type(2n + 1) {
        margin-right: 0px;
    }
}
.si_videos__format:nth-last-child(n + 3) {
    margin-bottom: 64px;
}
@media (max-width: 1024px) {
    .si_videos__format:nth-last-child(n + 3) {
        margin-bottom: 40px;
    }
}
@media (max-width: 625px) {
    .si_videos__format:nth-last-child(n + 3) {
        margin-bottom: 30px;
    }
}
@media (max-width: 1024px) {
    .si_videos__format {
        width: calc(50% - 20px);
    }
}
@media (max-width: 625px) {
    .si_videos__format {
        width: 100%;
    }
}
.si_videos__format,
.si_videos__format * {
    transition: 0.35s;
}
.si_videos__format:hover {
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.07);
}
.si_videos__format--pic {
    height: 240px;
    width: 100%;
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
    position: relative;
}
@media (max-width: 1024px) {
    .si_videos__format--pic {
        height: 220px;
    }
}
@media (max-width: 625px) {
    .si_videos__format--pic {
        height: 200px;
    }
}
.si_videos__format--pic img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left top;
    object-position: left top;
}
.si_videos__format--pic:after {
    content: " ";
    width: 65px;
    height: 65px;
    background-image: url("../images/video_play.svg");
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 4px 1px #14b082;
    border-radius: 50% 50%;
}
@media (max-width: 625px) {
    .si_videos__format--pic:after {
        width: 45px;
        height: 45px;
    }
}
.si_videos__format--desc {
    padding: 24px 55px 34px 24px;
    border-radius: 0 0 16px 16px;
    background: #fff;
    border: 1px solid #f7f7f7;
}
@media (max-width: 625px) {
    .si_videos__format--desc {
        padding: 24px;
    }
}
.si_videos__format--desc h4 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}
@media (max-width: 1024px) {
    .si_videos__format--desc h4 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 625px) {
    .si_videos__format--desc h4 {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 24px;
    }
}
.si_videos__format--desc p {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1024px) {
    .si_videos__format--desc p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 625px) {
    .si_videos__format--desc p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 12px;
    }
}
.si_videos__format--desc a {
    font-size: 18px;
    line-height: 28px;
}
@media (max-width: 1024px) {
    .si_videos__format--desc a {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 625px) {
    .si_videos__format--desc a {
        font-size: 12px;
        line-height: 14px;
    }
}
.si_videos__cards {
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
}
.si_videos__cards::-webkit-scrollbar {
    width: 100%;
    height: 6px;
    background: none;
    margin-top: 20px;
}
.si_videos__cards::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    max-width: 10%;
    width: 100%;
}
@media (max-width: 625px) {
    .si_videos__cards {
        flex-wrap: nowrap;
        overflow: scroll;
        justify-content: flex-start;
        width: calc(100% + 20px);
        column-gap: 16px;
        padding: 0 20px 10px 0;
    }
}
@media (max-width: 480px) {
    .si_videos__cards::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
    }
}
.si_videos__card {
    width: calc(20% - 25px);
    padding: 24px;
    border-radius: 16px;
    background: rgba(231, 243, 255, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
    min-width: 180px;
    transition: 0.35s;
}
@media (max-width: 625px) {
    .si_videos__card {
        min-width: 150px;
        padding: 24px 14px;
        row-gap: 14px;
    }
}
.si_videos__card:hover {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 625px) {
    .si_videos__card svg {
        width: 42px;
        height: 42px;
    }
}
.si_videos__card p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    max-width: 154px;
    width: 100%;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 500;
}
@media (max-width: 625px) {
    .si_videos__card p {
        font-size: 16px;
        line-height: 24px;
    }
}
.automationPage .customHero__pics1 svg:nth-of-type(1) {
    top: 32%;
    left: 80px;
}
.automationPage .customHero__pics1 svg:nth-of-type(2) {
    top: 58%;
    bottom: inherit;
    transform: translateY(-50%);
    right: 79px;
}
.automationPage .customHero__pics1 svg:nth-of-type(3) {
    top: 32%;
    transform: translateY(-50%);
    right: 92px;
}
@media (max-width: 625px) {
    .automationPage .customSlider {
        display: none;
    }
}
.automationPage .customSlider .customSlider__slider {
    padding: 80px 0 60px 0;
}
.automationPage .customSlider--more a {
    padding: 13px 33px 15px;
}
.automationPage .customSlider__slider .swiper-slide .swiper-slide--info span {
    font-size: 18px;
    line-height: 28px;
    color: #14b082;
}
@media (max-width: 1024px) {
    .automationPage
        .customSlider__slider
        .swiper-slide
        .swiper-slide--info
        span {
        font-size: 16px;
        line-height: 24px;
    }
}
.automationPage .a_cards-mob--info {
    padding: 24px 0px;
}
.automationPage .a_cards-mob--info h6 {
    font-weight: 600;
}
.automationPage .a_cards-mob--info span {
    font-size: 18px;
    line-height: 28px;
    color: #14b082;
}
@media (max-width: 1024px) {
    .automationPage .a_cards-mob--info span {
        font-size: 16px;
        line-height: 24px;
    }
}
.automationPage .a_cards-mob {
    padding: 80px 0;
}
.automationPage .customSlider__arrows {
    display: none;
}
@media (max-width: 1280px) {
    .automationPage .customSlider__arrows {
        display: flex;
    }
}
.a_article {
    padding: 150px 0 150px 0;
}
@media (max-width: 1024px) {
    .a_article {
        padding: 100px 0;
    }
}
@media (max-width: 625px) {
    .a_article {
        padding: 80px 0;
    }
}
.a_article .container > div:nth-of-type(2) .a_article__row--img img,
.a_article .container > div:nth-of-type(3) .a_article__row--img img {
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
}
@media (max-width: 765px) {
    .a_article .container > div:nth-of-type(2) .a_article__row--text h3,
    .a_article .container > div:nth-of-type(3) .a_article__row--text h3 {
        display: none;
    }
}
.a_article .container > div:nth-of-type(1) .a_article__row--img {
    cursor: pointer;
}
.a_article .container > div:nth-of-type(1) .a_article__row--text > a {
    display: none;
}
@media (max-width: 765px) {
    .a_article .container > div:nth-of-type(1) .a_article__row--text > a {
        display: block;
    }
}
.a_article__title {
    max-width: 728px;
    width: 100%;
    text-align: center;
    margin: 0 auto 100px;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
}
@media (max-width: 1024px) {
    .a_article__title {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 625px) {
    .a_article__title {
        font-size: 32px;
        line-height: 40px;
        font-weight: 500;
    }
}
@media (max-width: 1024px) {
    .a_article__title {
        margin: 0 auto 78px;
    }
}
@media (max-width: 625px) {
    .a_article__title {
        margin: 0 auto 60px;
    }
}
.a_article__title span {
    color: #14b082;
}
.a_article__row {
    display: flex;
    justify-content: space-between;
    column-gap: 140px;
    align-items: center;
}
@media (max-width: 1024px) {
    .a_article__row {
        column-gap: 40px;
    }
}
@media (max-width: 765px) {
    .a_article__row {
        flex-direction: column;
        row-gap: 32px;
    }
}
.a_article__row:not(:last-child) {
    margin-bottom: 150px;
}
@media (max-width: 1024px) {
    .a_article__row:not(:last-child) {
        margin-bottom: 100px;
    }
}
@media (max-width: 765px) {
    .a_article__row:not(:last-child) {
        margin-bottom: 48px;
    }
}
@media (max-width: 765px) {
    .a_article__row:nth-of-type(1) .a_article__row--text {
        order: 2;
    }
}
@media (max-width: 765px) {
    .a_article__row:nth-of-type(3) .a_article__row--text {
        order: 3;
    }
}
.a_article__row--text {
    width: calc(46% - 70px);
    flex-shrink: 0;
}
@media (max-width: 1024px) {
    .a_article__row--text {
        width: calc(46% - 20px);
    }
}
@media (max-width: 765px) {
    .a_article__row--text {
        width: 100%;
    }
}
.a_article__row--text h3 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 32px;
    font-weight: 500;
}
@media (max-width: 1024px) {
    .a_article__row--text h3 {
        font-size: 28px;
        line-height: 32px;
    }
}
@media (max-width: 625px) {
    .a_article__row--text h3 {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 765px) {
    .a_article__row--text h3 {
        font-size: 24px;
        line-height: 36px;
    }
}
.a_article__row--text > p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 32px;
    color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 1024px) {
    .a_article__row--text > p {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 625px) {
    .a_article__row--text > p {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 20px;
    }
}
.a_article__row--text > div {
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin-bottom: 16px;
}
.a_article__row--text > div svg {
    flex-shrink: 0;
}
.a_article__row--text > div p {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 625px) {
    .a_article__row--text > div p {
        font-size: 18px;
        line-height: 27px;
    }
}
.a_article__row--text > a {
    font-size: 18px;
    line-height: 28px;
    margin: 32px 0 0 0;
    max-width: max-content;
    display: block;
}
@media (max-width: 1024px) {
    .a_article__row--text > a {
        font-size: 16px;
        line-height: 24px;
    }
}
.a_article__row--title {
    display: none;
    width: 100%;
}
.a_article__row--title h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}
@media (max-width: 765px) {
    .a_article__row--title {
        display: block;
    }
}
.a_article__row--img {
    width: calc(54% - 70px);
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
@media (max-width: 1024px) {
    .a_article__row--img {
        width: calc(54% - 20px);
    }
}
@media (max-width: 765px) {
    .a_article__row--img {
        width: 100%;
        justify-content: center;
    }
}
.a_article__row--img img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.a_article__row--img svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.a_article__row--img iframe {
    width: 100%;
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    border-radius: 16px;
}
@media (max-width: 1280px) {
    .a_article__row--img iframe {
        height: 320px;
    }
}
@media (max-width: 1024px) {
    .a_article__row--img iframe {
        height: 280px;
    }
}
@media (max-width: 765px) {
    .a_article__row--img iframe {
        height: 380px;
    }
}
@media (max-width: 625px) {
    .a_article__row--img iframe {
        height: 300px;
    }
}
@media (max-width: 480px) {
    .a_article__row--img iframe {
        height: 220px;
    }
}
.a_article__row--img--cover {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    top: 0;
    left: 0;
}
.a_article__row--img--cover--hidden {
    display: none;
}
.a_article__row--img--cover > div {
    position: relative;
    width: 100%;
    height: 100%;
}
.a_article__row--img--cover > div:after {
    content: " ";
    background-image: url(../images/video_play.svg);
    background-size: cover;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
    .a_article__row--img--cover > div:after {
        width: 48px;
        height: 48px;
    }
}
.a_article__row--img--cover > div img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    margin: 0 auto;
    border-radius: 8px;
}
.header {
    position: fixed;
    top: 0;
    padding: 22px 0;
    z-index: 999;
    width: 100%;
}
.header.scroll {
    background: #fff;
    box-shadow: 0px 20px 29px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 625px) {
    .header {
        padding-top: 24px 0;
    }
}
.header .container {
    display: flex;
    justify-content: space-between;
    position: relative;
}
@media (max-width: 1200px) {
    .header .container {
        align-items: center;
        position: initial;
    }
}
@media (max-width: 625px) {
    .header .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.header__logo {
    display: flex;
    align-items: center;
    max-width: 190px;
    width: 100%;
}
.header__logo img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 52px;
    height: auto;
}
@media (max-width: 1200px) {
    .header__items {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        background: #ecf2f9;
        z-index: 999;
        transition: 0.35s;
        opacity: 0;
        visibility: hidden;
    }
    .header__items.active {
        opacity: 1;
        visibility: visible;
    }
}
.header__items--inner {
    display: flex;
    align-items: center;
    height: 100%;
}
@media (max-width: 1200px) {
    .header__items--inner {
        padding: 0px 60px 0px 32px;
        position: relative;
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 765px) {
    .header__items--inner {
        flex-wrap: wrap;
        row-gap: 15px;
    }
}
@media (max-width: 625px) {
    .header__items--inner {
        padding: 28px 60px 20px 20px;
    }
}
.header__items--inner > div {
    margin-right: 24px;
}
@media (max-width: 765px) {
    .header__items--inner > div {
        margin-right: 30px;
    }
}
.header__items--inner .menu--backing {
    display: none;
}
@media (max-width: 1200px) {
    .header__items--inner .menu--backing {
        display: block;
        position: absolute;
        width: 100vw;
        height: 100vh;
        left: 0;
        top: 100%;
        background: rgba(0, 0, 0, 0.4);
    }
}
.header .header__items--close {
    display: none;
    position: absolute;
    top: 28px;
    right: 20px;
    margin-right: 0;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .header .header__items--close {
        display: block;
    }
}
.header__item {
    display: flex;
    cursor: pointer;
    height: 100%;
    pointer-events: none;
    animation: addedHover 0.01s ease forwards;
    animation-delay: 0.5s;
}
.header__item:hover .header__item--drop,
.header__item:hover .header__item--arrow,
.header__item:hover .header__item--submenu {
    opacity: 1;
    visibility: visible;
}
.header__item:hover .header__item--drop {
    z-index: 2;
}
.header__item:hover .header__item--main,
.header__item:hover > a {
    color: #000;
}
@media (max-width: 625px) {
    .header__item:hover .header__item--main,
    .header__item:hover > a {
        font-weight: 500;
    }
}
.header__item:hover .header__item--main svg,
.header__item:hover > a svg {
    transform: rotate(180deg);
}
.header__item:hover .header__item--main svg path,
.header__item:hover > a svg path {
    stroke: #000;
}
@media (max-width: 765px) {
    .header__item:hover:nth-of-type(4) .header__item--drop {
        padding: 0 0 0 0;
    }
}
.header__item > a {
    align-items: center;
    display: flex;
    color: rgba(0, 0, 0, 0.6);
    transition: 0.35s;
    font-size: 18px;
    line-height: 28px;
}
@media (max-width: 1024px) {
    .header__item > a {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 625px) {
    .header__item > a {
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width: 1200px) {
    .header__item.position-rel {
        position: initial;
    }
    .header__item.position-rel .header__item--submenu {
        width: 100%;
        max-height: calc(100vh - 100%);
        height: auto;
        top: 100%;
        padding: 32px;
        z-index: 1;
        border-radius: 0;
    }
}
@media (max-width: 1200px) and (max-width: 625px) {
    .header__item.position-rel .header__item--submenu {
        padding: 32px 20px;
    }
}
@media (max-width: 1200px) {
    .header__item.position-rel .header__item--submenu a {
        width: 100%;
    }
}
.header__item .header__item--info > div:nth-of-type(2) {
    padding: 0 0 100px 0;
}
.header__item .header__item--info > div:nth-of-type(1) {
    padding: 0 72px 100px 0;
    border-right: none;
}
@media (max-width: 765px) {
    .header__item .header__item--info > div:nth-of-type(2) {
        padding: 0;
    }
    .header__item .header__item--info > div:nth-of-type(1) {
        padding: 0;
    }
}
.header__item:nth-of-type(4) .header__item--links > div:nth-of-type(1) {
    width: 100%;
}
.header__item:nth-of-type(4) .header__item--links > div > div > div {
    max-width: 590px;
}
.header__item:nth-of-type(2) .header__item--info > div:first-child {
    display: none;
}
@media (max-width: 765px) {
    .header__item:nth-of-type(2) .header__item--info > div:first-child {
        display: block;
    }
}
@media (max-width: 765px) {
    .header__item:nth-of-type(2) .header__item--info > div:not(:first-child) {
        display: none;
    }
}
@keyframes addedHover {
    0% {
        pointer-events: none;
    }
    100% {
        pointer-events: initial;
    }
}
.header__item--main {
    display: flex;
    column-gap: 12px;
    align-items: center;
    color: rgba(0, 0, 0, 0.6);
    transition: 0.35s;
    font-size: 18px;
    line-height: 28px;
    position: relative;
}
@media (max-width: 1024px) {
    .header__item--main {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 1200px) {
    .header__item--main {
        padding: 40px 0;
    }
}
@media (max-width: 625px) {
    .header__item--main {
        font-size: 18px;
        line-height: 28px;
        padding: 0;
    }
}
.header__item--main svg {
    transition: 0.35s;
}
@media (max-width: 765px) {
    .header__item--main svg {
        display: none;
    }
}
.header__item--main svg path {
    transition: 0.35s;
    stroke: rgba(0, 0, 0, 0.6);
}
.header__item--arrow {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 1200px) {
    .header__item--arrow {
        display: none;
    }
}
.header__item--arrow span {
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(45deg);
}
.header__item--drop {
    width: calc(100% - 60px);
    left: 30px;
    top: calc(100% + 7px);
    position: absolute;
    border-radius: 10px;
    background: #fff;
    z-index: -999;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    cursor: default;
    display: none;
    display: none;
}
@media (max-width: 1200px) {
    .header__item--drop {
        width: 100%;
        left: 0px;
        top: 100%;
        max-height: calc(100vh - 100%);
        height: auto;
        overflow: scroll;
    }
}
@media (max-width: 765px) {
    .header__item--drop {
        border-radius: 0px;
        padding: 0 0 60px 0;
    }
}
.header__item--info {
    padding: 40px 50px 0;
    display: flex;
}
@media (max-width: 1200px) {
    .header__item--info {
        padding: 25px 32px 0;
    }
}
@media (max-width: 765px) {
    .header__item--info {
        flex-direction: column;
        row-gap: 32px;
        padding: 32px;
    }
}
@media (max-width: 625px) {
    .header__item--info {
        padding: 32px 20px;
    }
}
.header__item--info > div {
    width: 50%;
}
@media (max-width: 765px) {
    .header__item--info > div {
        width: 100%;
    }
}
.header__item--info > div:nth-of-type(1) {
    padding: 0 72px 40px 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
    .header__item--info > div:nth-of-type(1) {
        padding: 0 30px 25px 0;
    }
}
@media (max-width: 765px) {
    .header__item--info > div:nth-of-type(1) {
        padding: 0;
        border-right: none;
    }
}
.header__item--info > div:nth-of-type(2) {
    padding: 0 0 40px 72px;
}
@media (max-width: 1200px) {
    .header__item--info > div:nth-of-type(2) {
        padding: 0 0 25px 30px;
    }
}
@media (max-width: 765px) {
    .header__item--info > div:nth-of-type(2) {
        padding: 0;
    }
}
.header__item--info > div > h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 32px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 1200px) {
    .header__item--info > div > h5 {
        margin-bottom: 18px;
    }
}
@media (max-width: 765px) {
    .header__item--info > div > h5 {
        margin-bottom: 24px;
    }
}
.header__item--info > div > div {
    display: flex;
    align-items: flex-start;
    column-gap: 48px;
}
@media (max-width: 1200px) {
    .header__item--info > div > div {
        column-gap: 25px;
    }
}
@media (max-width: 765px) {
    .header__item--info > div > div {
        flex-direction: column;
        row-gap: 24px;
    }
}
.header__item--info > div > div > div {
    display: flex;
    flex-direction: column;
    row-gap: 38px;
    width: 50%;
}
@media (max-width: 1200px) {
    .header__item--info > div > div > div {
        row-gap: 18px;
    }
}
@media (max-width: 765px) {
    .header__item--info > div > div > div {
        row-gap: 24px;
        width: 100%;
    }
}
.header__item--info > div > div > div h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 8px;
    transition: 0.35s;
}
@media (max-width: 765px) {
    .header__item--info > div > div > div h5 {
        margin-bottom: 0px;
    }
}
.header__item--info > div > div > div p {
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.5);
    transition: 0.35s;
}
@media (max-width: 625px) {
    .header__item--info > div > div > div p {
        line-height: 20px;
    }
}
@media (max-width: 765px) {
    .header__item--info > div > div > div p {
        display: none;
    }
}
.header__item--info > div > div > div > a:hover h5 {
    color: #14b082;
}
.header__item--info > div > div > div > a:hover p {
    color: rgba(0, 0, 0, 0.8);
}
.header__item--links {
    display: flex;
}
@media (max-width: 765px) {
    .header__item--links {
        flex-direction: column;
    }
}
.header__item--links > div {
    padding: 24px 48px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
}
@media (max-width: 1200px) {
    .header__item--links > div {
        padding: 24px 32px;
    }
}
@media (max-width: 765px) {
    .header__item--links > div {
        width: 100%;
    }
}
@media (max-width: 625px) {
    .header__item--links > div {
        padding: 24px 20px;
    }
}
.header__item--links > div:nth-of-type(1) {
    background: #14b082;
}
.header__item--links > div:nth-of-type(2) {
    background: #0c6a4e;
}
.header__item--links > div > div {
    display: flex;
    align-items: center;
    column-gap: 14px;
}
@media (max-width: 625px) {
    .header__item--links > div > div {
        align-items: flex-start;
    }
}
.header__item--links > div > div svg {
    flex-shrink: 0;
}
.header__item--links > div > div > div {
    max-width: 370px;
    width: 100%;
}
.header__item--links > div > div > div p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 6px;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 625px) {
    .header__item--links > div > div > div p {
        line-height: 20px;
    }
}
.header__item--links > div > div > div span {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    line-height: 18px;
    opacity: 0.9;
}
@media (max-width: 625px) {
    .header__item--links > div > div > div span {
        line-height: 20px;
    }
}
@media (max-width: 625px) {
    .header__item--links > div > div > div span {
        line-height: 18px;
    }
}
.header__item--links > div > div > div a {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    flex-shrink: 0;
    padding: 2px 0;
    position: relative;
    display: none;
    margin-top: 16px;
}
@media (max-width: 625px) {
    .header__item--links > div > div > div a {
        display: block;
        max-width: max-content;
    }
}
.header__item--links > div > div > div a:after {
    content: " ";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 1px;
    left: 0;
    background: #fff;
}
.header__item--links > div > a {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    flex-shrink: 0;
    padding: 2px 0;
    position: relative;
}
@media (max-width: 625px) {
    .header__item--links > div > a {
        display: none;
    }
}
.header__item--links > div > a:after {
    content: " ";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 1px;
    left: 0;
    background: #fff;
}
.header__right {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    column-gap: 12px;
}
.header__right > a {
    width: 100px;
    text-align: center;
}
@media (max-width: 625px) {
    .header__right > a {
        width: 100%;
        max-width: max-content;
        font-size: 14px;
        line-height: 18px;
    }
}
.header__right > a:nth-of-type(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #14b082;
    border-radius: 5px;
    color: #14b082;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    padding: 8px 12px 10px;
}
@media (max-width: 1024px) {
    .header__right > a:nth-of-type(1) {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 625px) {
    .header__right > a:nth-of-type(2) {
        display: none;
    }
}
@media (max-width: 1200px) {
    .header__right {
        margin-left: auto;
    }
}
.header__right .button {
    padding: 13px 18px 15px;
}
@media (max-width: 625px) {
    .header__right--start {
        display: none;
    }
}
.header__right--start:hover .header__right--start--drop {
    opacity: 1;
    visibility: visible;
}
.header__right--start > a {
    width: 100px;
    text-align: center;
    display: block;
}
@media (max-width: 625px) {
    .header__right--start > a {
        width: 100%;
        max-width: max-content;
        font-size: 14px;
        line-height: 18px;
    }
}
.header__right--start--drop {
    width: calc(100% - 60px);
    left: 30px;
    top: calc(100% + 7px);
    position: absolute;
    border-radius: 10px;
    background: #fff;
    z-index: 2;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    visibility: hidden;
    transition: 0.35s;
    opacity: 0;
    display: none;
}
@media (max-width: 1200px) {
    .header__right--start--drop {
        width: 100%;
        left: 0px;
        top: 100%;
        max-height: calc(100vh - 100%);
        height: auto;
        overflow: scroll;
    }
}
@media (max-width: 765px) {
    .header__right--start--drop {
        border-radius: 0px;
        padding: 0 0 60px 0;
    }
}
.header__right--start--info {
    padding: 40px 50px 0;
    display: flex;
}
@media (max-width: 1200px) {
    .header__right--start--info {
        padding: 25px 32px 0;
    }
}
@media (max-width: 765px) {
    .header__right--start--info {
        flex-direction: column;
        row-gap: 32px;
        padding: 32px;
    }
}
@media (max-width: 625px) {
    .header__right--start--info {
        padding: 32px 20px;
    }
}
.header__right--start--info > div {
    width: 50%;
}
@media (max-width: 765px) {
    .header__right--start--info > div {
        width: 100%;
    }
}
.header__right--start--info > div:nth-of-type(1) {
    padding: 0 72px 40px 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1200px) {
    .header__right--start--info > div:nth-of-type(1) {
        padding: 0 30px 25px 0;
    }
}
@media (max-width: 765px) {
    .header__right--start--info > div:nth-of-type(1) {
        padding: 0;
        border-right: none;
    }
}
.header__right--start--info > div:nth-of-type(2) {
    padding: 0 0 40px 72px;
}
@media (max-width: 1200px) {
    .header__right--start--info > div:nth-of-type(2) {
        padding: 0 0 25px 30px;
    }
}
@media (max-width: 765px) {
    .header__right--start--info > div:nth-of-type(2) {
        padding: 0;
    }
}
.header__right--start--info > div > h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 32px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 1200px) {
    .header__right--start--info > div > h5 {
        margin-bottom: 18px;
    }
}
@media (max-width: 765px) {
    .header__right--start--info > div > h5 {
        margin-bottom: 24px;
    }
}
.header__right--start--info > div > div {
    display: flex;
    align-items: flex-start;
    column-gap: 48px;
}
@media (max-width: 1200px) {
    .header__right--start--info > div > div {
        column-gap: 25px;
    }
}
@media (max-width: 765px) {
    .header__right--start--info > div > div {
        flex-direction: column;
        row-gap: 24px;
    }
}
.header__right--start--info > div > div > div {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    width: 50%;
}
@media (max-width: 1200px) {
    .header__right--start--info > div > div > div {
        row-gap: 18px;
    }
}
@media (max-width: 765px) {
    .header__right--start--info > div > div > div {
        row-gap: 24px;
    }
}
.header__right--start--info > div > div > div h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 8px;
}
@media (max-width: 765px) {
    .header__right--start--info > div > div > div h5 {
        margin-bottom: 0px;
    }
}
.header__right--start--info > div > div > div p {
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 625px) {
    .header__right--start--info > div > div > div p {
        line-height: 20px;
    }
}
@media (max-width: 765px) {
    .header__right--start--info > div > div > div p {
        display: none;
    }
}
.header__right--start--links {
    display: flex;
}
@media (max-width: 765px) {
    .header__right--start--links {
        flex-direction: column;
    }
}
.header__right--start--links > div {
    padding: 24px 48px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
}
@media (max-width: 1200px) {
    .header__right--start--links > div {
        padding: 24px 32px;
    }
}
@media (max-width: 765px) {
    .header__right--start--links > div {
        width: 100%;
    }
}
@media (max-width: 625px) {
    .header__right--start--links > div {
        padding: 24px 20px;
    }
}
.header__right--start--links > div:nth-of-type(1) {
    background: #14b082;
}
.header__right--start--links > div:nth-of-type(2) {
    background: #0c6a4e;
}
.header__right--start--links > div > div {
    display: flex;
    align-items: center;
    column-gap: 14px;
}
@media (max-width: 625px) {
    .header__right--start--links > div > div {
        align-items: flex-start;
    }
}
.header__right--start--links > div > div svg {
    flex-shrink: 0;
}
.header__right--start--links > div > div > div {
    max-width: 370px;
    width: 100%;
}
.header__right--start--links > div > div > div p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 6px;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 625px) {
    .header__right--start--links > div > div > div p {
        line-height: 20px;
    }
}
.header__right--start--links > div > div > div span {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    line-height: 18px;
    opacity: 0.9;
}
@media (max-width: 625px) {
    .header__right--start--links > div > div > div span {
        line-height: 20px;
    }
}
@media (max-width: 625px) {
    .header__right--start--links > div > div > div span {
        line-height: 18px;
    }
}
.header__right--start--links > div > div > div a {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    flex-shrink: 0;
    padding: 2px 0;
    position: relative;
    display: none;
    margin-top: 16px;
}
@media (max-width: 625px) {
    .header__right--start--links > div > div > div a {
        display: block;
        max-width: max-content;
    }
}
.header__right--start--links > div > div > div a:after {
    content: " ";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 1px;
    left: 0;
    background: #fff;
}
.header__right--start--links > div > a {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    flex-shrink: 0;
    padding: 2px 0;
    position: relative;
}
@media (max-width: 625px) {
    .header__right--start--links > div > a {
        display: none;
    }
}
.header__right--start--links > div > a:after {
    content: " ";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 1px;
    left: 0;
    background: #fff;
}
.header__language {
    position: relative;
    width: 62px;
    display: flex;
    align-items: center;
}

.header__language .wpml-ls-legacy-dropdown a {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    color: rgba(12, 106, 78, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.header__language .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.header__language .wpml-ls-legacy-dropdown a:focus,
.header__language .wpml-ls-legacy-dropdown a:hover {
    color: rgba(12, 106, 78, 1);
}

.header__items--lang ul:not(.wpml-ls-sub-menu) li:hover a {
    color: rgba(0, 0, 0, 0.6);
}
.header__items--lang ul:not(.wpml-ls-sub-menu) li a:hover {
    color: rgba(12, 106, 78, 1);
}
.header__items--lang ul.wpml-ls-sub-menu li:hover a {
    color: rgba(12, 106, 78, 1);
}

.header__language
    .wpml-ls-legacy-dropdown
    .wpml-ls-current-language:hover
    a.wpml-ls-item-toggle:after {
    transform: rotate(180deg);
    top: 3px;
}

.header__language .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    border: 0.35em solid transparent;
    border-top: 0.5em solid;
    position: absolute;
    right: 10px;
    top: calc(50% - 0.175em);
}

.header__language .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: 0;
}

.header__language .wpml-ls-legacy-dropdown .wpml-ls-flag + span {
    margin-left: 6px;
}

.header__language .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    color: #fff;
    background: #fff;
    border: none;
    z-index: 333;
    width: 107px;
    padding: 32px;
    top: 45px;
    left: -30px;
    border-radius: 16px;
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.07);
}
.header__language .wpml-ls-legacy-dropdown .wpml-ls-sub-menu::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    top: -30px;
    left: 0;
}
.header__language .wpml-ls-legacy-dropdown .wpml-ls-sub-menu::before {
    content: "";
    display: block;
    background: #fff;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
}

.header__items--lang {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 30px;
    margin-right: 0 !important;
}
.header__items--lang .wpml-ls-legacy-dropdown .wpml-ls-item {
    display: flex;
}
.header__items--lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    border: none;
    background: none;
    padding: 0;
}
.header__items--lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    display: none;
}
.header__items--lang .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    position: static;
    visibility: visible;
    border: none;
    background: none;
}
.header__items--lang .wpml-ls-legacy-dropdown a {
    background: none;
    border: none;
    padding: 0;
    margin-right: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
}
.header__items--lang {
}

@media (max-width: 1300px) {
    .header__logo {
        max-width: 150px;
    }
}
@media (max-width: 1200px) {
    .header__language {
        display: none;
    }
    .header__items--lang {
        display: block;
    }
    .header__logo {
        max-width: 190px;
    }
}
@media (max-width: 625px) {
    .header__items--lang {
        bottom: 30px;
        left: 25px;
    }
        .header__logo {
            max-width: 150px;
        }
}

.header__item--submenu {
    position: absolute;
    top: calc(100% + 7px);
    width: 177px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    row-gap: 24px;
    visibility: hidden;
    transition: 0.35s;
    opacity: 0;
    display: none;
}
.header__item--submenu a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
    transition: 0.35s;
}
.header__item--submenu a:hover {
    color: #14b082;
}
.header__burger {
    display: none;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-left: 25px;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .header__burger {
        display: flex;
    }
}
@media (max-width: 625px) {
    .header__burger {
        margin-left: 12px;
    }
}
.header .button {
    max-width: 152px;
    justify-content: center;
}
@media (max-width: 1300px) {
    .header .button {
        width: 125px;
    }
}
@keyframes changedDisplay {
    0% {
    }
    100% {
    }
}
.footer {
    padding: 80px 0 54px;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    row-gap: 48px;
}
@media (max-width: 1024px) {
    .footer {
        row-gap: 48px;
    }
}
@media (max-width: 1024px) {
    .footer {
        padding-top: 60px;
    }
}
@media (max-width: 765px) {
    .footer {
        row-gap: 24px;
    }
}
@media (max-width: 625px) {
    .footer {
        padding-top: 24px;
        padding-bottom: 20px;
    }
}
@media (max-width: 765px) {
    .footer .container:first-child {
        border-bottom: 1px solid #e9e9fc;
    }
}
.footer--top {
    display: flex;
    column-gap: 30px;
    justify-content: space-between;
}
@media (max-width: 1024px) {
    .footer--top {
        column-gap: 0;
        flex-direction: column;
    }
}
.footer__info {
    max-width: 220px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
@media (max-width: 1200px) {
    .footer__info {
        margin-bottom: 40px;
    }
}
@media (max-width: 765px) {
    .footer__info {
        max-width: 100%;
    }
}
.footer__info > a:nth-of-type(1) {
    margin-bottom: 22px;
}
@media (max-width: 767px) {
    .footer__info > a:nth-of-type(1) {
        max-width: 190px;
    }
}
.footer__info > a:nth-of-type(1) img {
    margin-left: -6px;
}
.footer__info > a:not(:first-child) {
    color: #12141d;
    transition: 0.35s;
    font-size: 14px;
    line-height: 22px;
}
@media (max-width: 625px) {
    .footer__info > a:not(:first-child) {
        line-height: 20px;
    }
}
.footer__info > a:not(:first-child):hover {
    text-decoration: underline;
}
.footer__info > a:not(:first-child):not(:last-child) {
    margin-bottom: 16px;
}
@media (max-width: 625px) {
    .footer__info > a:not(:first-child):not(:last-child) {
        margin-bottom: 12px;
    }
}
.footer__info--part {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.footer__info--part p {
    margin-right: 10px;
    color: #12141d;
    font-size: 14px;
    line-height: 22px;
    line-height: 20px;
}
@media (max-width: 625px) {
    .footer__info--part p {
        line-height: 20px;
    }
}
.footer__info--payment {
    margin-top: 12px;
    margin-bottom: 0;
}
@media (max-width: 765px) {
    .footer__info--payment {
        display: none;
    }
}
.footer__social {
    display: flex;
    align-items: center;
    column-gap: 24px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    row-gap: 20px;
    max-width: 134px;
    width: 100%;
}
@media (max-width: 765px) {
    .footer__social {
        max-width: 100%;
    }
}
.footer__social a {
    opacity: 0.6;
    transition: 0.35s;
}
@media (max-width: 625px) {
    .footer__social a {
        width: 28px;
        height: 28px;
    }
    .footer__social a svg {
        width: 100%;
        height: 100%;
    }
}
.footer__social a:hover {
    opacity: 1;
}
.footer__links {
    display: flex;
    flex-grow: 1;
    column-gap: 30px;
    justify-content: space-between;
    padding-left: 9vw;
}
@media (max-width: 1024px) {
    .footer__links {
        padding-left: 3.5vw;
        column-gap: 24px;
    }
}
@media (max-width: 1200px) {
    .footer__links {
        column-gap: 0;
        padding-left: 0;
    }
}
@media (max-width: 765px) {
    .footer__links {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 16px;
    }
}
.footer__link {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.footer__link h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #18181b;
    margin-bottom: 8px;
}
@media (max-width: 625px) {
    .footer__link h6 {
        margin-bottom: 20px;
    }
}
.footer__link a {
    color: #12141d;
    transition: 0.35s;
    font-size: 14px;
    line-height: 22px;
    line-height: 20px;
}
@media (max-width: 625px) {
    .footer__link a {
        line-height: 20px;
    }
}
@media (max-width: 625px) {
    .footer__link a:not(:last-child) {
        margin-bottom: 12px;
    }
}
.footer__link a:hover {
    text-decoration: underline;
}
.footer__link a img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 625px) {
    .footer__link {
        row-gap: 0;
    }
}
.footer__payment--mob {
    display: none;
    margin-top: 40px;
    padding-bottom: 24px;
}
.footer__payment--mob img {
    max-width: 218px;
    width: 100%;
    height: auto;
}
@media (max-width: 765px) {
    .footer__payment--mob {
        display: block;
    }
}
.footer--top--approved {
    padding: 24px 0;
    display: none;
    position: relative;
    margin-bottom: 40px;
}
@media (max-width: 765px) {
    .footer--top--approved {
        display: block;
    }
}
.footer--top--approved:before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    width: calc(100% + 68px);
    background: #f3f9ff;
}
.footer--top--approved h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    position: relative;
}
.footer--top--approved > div {
    display: flex;
    column-gap: 40px;
    align-items: flex-end;
    position: relative;
}
@media (max-width: 560px) {
    .footer--top--approved > div {
        max-width: 340px;
        flex-wrap: wrap;
        row-gap: 19px;
    }
}
.footer--top--approved > div img {
    max-width: calc(20% - 32px);
}
.footer--center {
    padding: 40px 0;
    background: #f3f9ff;
}
@media (max-width: 765px) {
    .footer--center {
        display: none;
    }
}
@media (max-width: 560px) {
    .footer--top--approved > div img {
        max-width: 72px;
        height: auto;
    }
}
.footer--center h3 {
    text-align: center;
    font-size: 28px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 40px;
}
.footer--center--approved {
    display: flex;
    align-items: center;
    column-gap: 80px;
    row-gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}
@media (max-width: 1024px) {
    .footer--center--approved {
        column-gap: 40px;
    }
}
.footer--center--approved img {
    max-width: 108px;
    height: auto;
}
.footer--bottom {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}
@media (max-width: 1024px) {
    .footer--bottom {
        column-gap: 0;
        flex-direction: column;
        align-items: flex-start;
    }
}
.footer__technical {
    display: flex;
    column-gap: 32px;
}
.footer__technical a {
    font-size: 13px;
    line-height: 20px;
    color: #52525b;
    transition: 0.35s;
}
@media (max-width: 625px) {
    .footer__technical a {
        width: calc(50% - 18px);
    }
}
.footer__technical a:hover {
    text-decoration: underline;
}
@media (max-width: 1024px) {
    .footer__technical {
        margin-bottom: 16px;
    }
}
@media (max-width: 765px) {
    .footer__technical {
        justify-content: space-between;
    }
}
@media (max-width: 625px) {
    .footer__technical {
        flex-wrap: wrap;
        row-gap: 14px;
        margin-bottom: 32px;
    }
}
.footer--copy {
    font-size: 13px;
    line-height: 20px;
    color: #52525b;
}
.footer__language {
    display: none;
    margin-right: 0;
}
@media (max-width: 765px) {
    .footer__language {
        margin-top: 28px;
    }
}
.footer__language .header__language--currency span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.footer__language .header__language--list span {
    background: #fff;
}
.privacy,
.terms,
.cookies,
.opting,
.pr {
    margin: 228px 0 0;
}
@media (max-width: 1200px) {
    .privacy,
    .terms,
    .cookies,
    .opting,
    .pr {
        margin: 130px 0 0;
    }
}
@media (max-width: 625px) {
    .privacy,
    .terms,
    .cookies,
    .opting,
    .pr {
        margin: 128px 0 0;
    }
}
.privacy .container,
.terms .container,
.cookies .container,
.opting .container,
.pr .container {
    padding: 0 20px 0 19px;
}
@media (min-width: 1920px) {
    .privacy .container,
    .terms .container,
    .cookies .container,
    .opting .container,
    .pr .container {
        padding: 0 80px;
    }
}
.privacy .container > h1,
.terms .container > h1,
.cookies .container > h1,
.opting .container > h1,
.pr .container > h1 {
    font-size: 56px;
    line-height: 68px;
    font-style: normal;
    font-weight: 500;
    color: #000000;
    text-align: center;
    margin: 0 0 100px 0;
    width: calc(100% - 238px);
}
@media (max-width: 1024px) {
    .privacy .container > h1,
    .terms .container > h1,
    .cookies .container > h1,
    .opting .container > h1,
    .pr .container > h1 {
        font-size: 44px;
        line-height: 54px;
    }
}
@media (max-width: 625px) {
    .privacy .container > h1,
    .terms .container > h1,
    .cookies .container > h1,
    .opting .container > h1,
    .pr .container > h1 {
        font-size: 40px;
        line-height: 52px;
    }
}
@media (max-width: 1200px) {
    .privacy .container > h1,
    .terms .container > h1,
    .cookies .container > h1,
    .opting .container > h1,
    .pr .container > h1 {
        max-width: 843px;
        width: 100%;
        margin: 0 auto 100px;
    }
}
@media (max-width: 765px) {
    .privacy .container > h1,
    .terms .container > h1,
    .cookies .container > h1,
    .opting .container > h1,
    .pr .container > h1 {
        margin: 0 0 32px 0;
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .privacy .container > h1,
    .terms .container > h1,
    .cookies .container > h1,
    .opting .container > h1,
    .pr .container > h1 {
        text-align: left;
    }
}
.privacy .container .terms_title,
.terms .container .terms_title,
.cookies .container .terms_title,
.opting .container .terms_title,
.pr .container .terms_title {
    width: calc(100% - 82px);
}
.privacy .container .cookies-title,
.terms .container .cookies-title,
.cookies .container .cookies-title,
.opting .container .cookies-title,
.pr .container .cookies-title {
    width: calc(100% - 220px);
}
.privacy .container .pc_h1,
.terms .container .pc_h1,
.cookies .container .pc_h1,
.opting .container .pc_h1,
.pr .container .pc_h1 {
    width: inherit;
}
.privacy__content,
.terms__content,
.cookies__content,
.opting__content,
.pr__content {
    display: flex;
    justify-content: center;
    margin: 0 109px 0 0;
    gap: 80px;
}
@media (max-width: 1200px) {
    .privacy__content,
    .terms__content,
    .cookies__content,
    .opting__content,
    .pr__content {
        flex-wrap: wrap;
    }
}
@media (max-width: 1328px) {
    .privacy__content,
    .terms__content,
    .cookies__content,
    .opting__content,
    .pr__content {
        gap: 60px;
        margin: 0;
    }
}
.privacy__content-pr,
.terms__content-pr,
.cookies__content-pr,
.opting__content-pr,
.pr__content-pr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
}
@media (max-width: 1328px) {
    .privacy__content-pr,
    .terms__content-pr,
    .cookies__content-pr,
    .opting__content-pr,
    .pr__content-pr {
        gap: 60px;
        margin: 0;
    }
}
.privacy .left-nav,
.terms .left-nav,
.cookies .left-nav,
.opting .left-nav,
.pr .left-nav {
    width: 257px;
}
@media (min-width: 1920px) {
    .privacy .left-nav,
    .terms .left-nav,
    .cookies .left-nav,
    .opting .left-nav,
    .pr .left-nav {
        flex-shrink: 0;
    }
}
@media (max-width: 1200px) {
    .privacy .left-nav,
    .terms .left-nav,
    .cookies .left-nav,
    .opting .left-nav,
    .pr .left-nav {
        margin: 0 0 0 40px;
        max-width: 843px;
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 480px) {
    .privacy .left-nav,
    .terms .left-nav,
    .cookies .left-nav,
    .opting .left-nav,
    .pr .left-nav {
        margin: 0;
    }
}
.privacy .left-nav .left__wrap-content-nav,
.terms .left-nav .left__wrap-content-nav,
.cookies .left-nav .left__wrap-content-nav,
.opting .left-nav .left__wrap-content-nav,
.pr .left-nav .left__wrap-content-nav {
    padding: 0 8px 0 0;
}
.privacy .left-nav h6,
.terms .left-nav h6,
.cookies .left-nav h6,
.opting .left-nav h6,
.pr .left-nav h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 8px;
}
.privacy .left-nav h6 a,
.terms .left-nav h6 a,
.cookies .left-nav h6 a,
.opting .left-nav h6 a,
.pr .left-nav h6 a {
    text-decoration: none;
    color: #000000;
}
.privacy .left-nav a,
.terms .left-nav a,
.cookies .left-nav a,
.opting .left-nav a,
.pr .left-nav a {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 8px;
    color: rgba(0, 0, 0, 0.6);
    display: block;
}
.privacy .left-nav__elem ol,
.terms .left-nav__elem ol,
.cookies .left-nav__elem ol,
.opting .left-nav__elem ol,
.pr .left-nav__elem ol {
    padding: 0;
    color: rgba(0, 0, 0, 0.6);
}
.privacy .left-nav__elem ol li,
.terms .left-nav__elem ol li,
.cookies .left-nav__elem ol li,
.opting .left-nav__elem ol li,
.pr .left-nav__elem ol li {
    list-style: auto;
    margin: 0 0 8px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    list-style: none;
}
.privacy .left-nav__elem ol li a,
.terms .left-nav__elem ol li a,
.cookies .left-nav__elem ol li a,
.opting .left-nav__elem ol li a,
.pr .left-nav__elem ol li a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    position: relative;
    padding-left: 26px;
}
.privacy .left-nav__elem ol li a span,
.terms .left-nav__elem ol li a span,
.cookies .left-nav__elem ol li a span,
.opting .left-nav__elem ol li a span,
.pr .left-nav__elem ol li a span {
    position: absolute;
    left: 0;
    top: 0;
}
.privacy .right,
.terms .right,
.cookies .right,
.opting .right,
.pr .right {
    width: 100%;
    max-width: 843px;
}
@media (min-width: 1920px) {
    .privacy .right,
    .terms .right,
    .cookies .right,
    .opting .right,
    .pr .right {
        max-width: initial;
        flex-grow: 1;
    }
}
@media (max-width: 1328px) {
    .privacy .right,
    .terms .right,
    .cookies .right,
    .opting .right,
    .pr .right {
        margin: 0 auto;
    }
}
.privacy .right__margin_h,
.terms .right__margin_h,
.cookies .right__margin_h,
.opting .right__margin_h,
.pr .right__margin_h {
    margin: 0 0 100px;
}
@media (max-width: 625px) {
    .privacy .right__margin_h,
    .terms .right__margin_h,
    .cookies .right__margin_h,
    .opting .right__margin_h,
    .pr .right__margin_h {
        margin: 0 0 48px;
    }
}
.privacy .right__title,
.terms .right__title,
.cookies .right__title,
.opting .right__title,
.pr .right__title {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    margin: 0 0 32px;
}
@media (max-width: 625px) {
    .privacy .right__title,
    .terms .right__title,
    .cookies .right__title,
    .opting .right__title,
    .pr .right__title {
        line-height: 41px;
    }
}
.privacy .right__title--link,
.terms .right__title--link,
.cookies .right__title--link,
.opting .right__title--link,
.pr .right__title--link {
    color: #14b082;
    text-decoration: underline;
    cursor: pointer;
}
.privacy .right p,
.terms .right p,
.cookies .right p,
.opting .right p,
.pr .right p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    margin: 0 0 24px;
    color: rgba(0, 0, 0, 0.6);
}
.privacy .right p strong a,
.terms .right p strong a,
.cookies .right p strong a,
.opting .right p strong a,
.pr .right p strong a {
    text-decoration: none;
    color: #14b082;
}
.privacy .right p a,
.terms .right p a,
.cookies .right p a,
.opting .right p a,
.pr .right p a {
    text-decoration: none;
    color: #14b082;
}
.privacy .right h5,
.terms .right h5,
.cookies .right h5,
.opting .right h5,
.pr .right h5 {
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 16px;
    color: rgba(0, 0, 0, 0.6);
}
.privacy .right h5 a,
.terms .right h5 a,
.cookies .right h5 a,
.opting .right h5 a,
.pr .right h5 a {
    text-decoration: none;
    color: #14b082;
}
.privacy .right__tick h5,
.terms .right__tick h5,
.cookies .right__tick h5,
.opting .right__tick h5,
.pr .right__tick h5 {
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 16px;
    color: rgba(0, 0, 0, 0.6);
}
.privacy .right__tick p,
.terms .right__tick p,
.cookies .right__tick p,
.opting .right__tick p,
.pr .right__tick p {
    margin: 0 0 16px;
    color: rgba(0, 0, 0, 0.6);
    display: flex;
}
.privacy .right__tick p:before,
.terms .right__tick p:before,
.cookies .right__tick p:before,
.opting .right__tick p:before,
.pr .right__tick p:before {
    content: url("../images/tick.svg");
    display: block;
    margin: 0 15.34px 0 0;
}
.privacy .right__tick .tick__black-text,
.terms .right__tick .tick__black-text,
.cookies .right__tick .tick__black-text,
.opting .right__tick .tick__black-text,
.pr .right__tick .tick__black-text {
    color: #000;
}
.privacy .right__tick_margin_t,
.terms .right__tick_margin_t,
.cookies .right__tick_margin_t,
.opting .right__tick_margin_t,
.pr .right__tick_margin_t {
    margin: 16px 0 0 0;
}
.privacy .right__describer_size_p p,
.terms .right__describer_size_p p,
.cookies .right__describer_size_p p,
.opting .right__describer_size_p p,
.pr .right__describer_size_p p {
    margin: 0 0 16px;
}
.privacy .right__types_font_m,
.terms .right__types_font_m,
.cookies .right__types_font_m,
.opting .right__types_font_m,
.pr .right__types_font_m {
    margin: 40px 0 0;
}
.privacy .right__types_font_m h4,
.terms .right__types_font_m h4,
.cookies .right__types_font_m h4,
.opting .right__types_font_m h4,
.pr .right__types_font_m h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    margin: 32px 0;
}
.privacy .right__types_font_m h5,
.terms .right__types_font_m h5,
.cookies .right__types_font_m h5,
.opting .right__types_font_m h5,
.pr .right__types_font_m h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
.privacy .right__types_font_m p,
.terms .right__types_font_m p,
.cookies .right__types_font_m p,
.opting .right__types_font_m p,
.pr .right__types_font_m p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 16px 0 0;
}
.privacy .right__numbering-ol_font_sm ol li,
.terms .right__numbering-ol_font_sm ol li,
.cookies .right__numbering-ol_font_sm ol li,
.opting .right__numbering-ol_font_sm ol li,
.pr .right__numbering-ol_font_sm ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}
.privacy .right__numbering-ol ol,
.terms .right__numbering-ol ol,
.cookies .right__numbering-ol ol,
.opting .right__numbering-ol ol,
.pr .right__numbering-ol ol {
    margin: 0 0 0 15px;
    padding: 0;
    color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 625px) {
    .privacy .right__numbering-ol ol,
    .terms .right__numbering-ol ol,
    .cookies .right__numbering-ol ol,
    .opting .right__numbering-ol ol,
    .pr .right__numbering-ol ol {
        margin: 0;
    }
}
.privacy .right__numbering-ol ol li,
.terms .right__numbering-ol ol li,
.cookies .right__numbering-ol ol li,
.opting .right__numbering-ol ol li,
.pr .right__numbering-ol ol li {
    list-style: auto;
    padding: 0 0 0 14px;
    margin: 0 0 24px 0;
}
@media (max-width: 625px) {
    .privacy .right__numbering-ol ol li,
    .terms .right__numbering-ol ol li,
    .cookies .right__numbering-ol ol li,
    .opting .right__numbering-ol ol li,
    .pr .right__numbering-ol ol li {
        list-style-position: inside;
        padding: 0;
    }
}
.privacy .right__numbering-ol ol li a,
.terms .right__numbering-ol ol li a,
.cookies .right__numbering-ol ol li a,
.opting .right__numbering-ol ol li a,
.pr .right__numbering-ol ol li a {
    color: #14b082;
    font-size: 15px;
}
.privacy .right__numbering-ol ol li p,
.terms .right__numbering-ol ol li p,
.cookies .right__numbering-ol ol li p,
.opting .right__numbering-ol ol li p,
.pr .right__numbering-ol ol li p {
    margin: 16px 0 0 0;
}
.privacy .right__numbering-ol_decimal ol,
.terms .right__numbering-ol_decimal ol,
.cookies .right__numbering-ol_decimal ol,
.opting .right__numbering-ol_decimal ol,
.pr .right__numbering-ol_decimal ol {
    counter-reset: one;
    margin: 0;
}
.privacy .right__numbering-ol_decimal ol li,
.terms .right__numbering-ol_decimal ol li,
.cookies .right__numbering-ol_decimal ol li,
.opting .right__numbering-ol_decimal ol li,
.pr .right__numbering-ol_decimal ol li {
    list-style-type: none;
    padding: 0;
}
.privacy .right__numbering-ol_decimal ol li::before,
.terms .right__numbering-ol_decimal ol li::before,
.cookies .right__numbering-ol_decimal ol li::before,
.opting .right__numbering-ol_decimal ol li::before,
.pr .right__numbering-ol_decimal ol li::before {
    counter-increment: one;
    content: "1." counter(one) " ";
}
.privacy .right__numbering-ol_two ol,
.terms .right__numbering-ol_two ol,
.cookies .right__numbering-ol_two ol,
.opting .right__numbering-ol_two ol,
.pr .right__numbering-ol_two ol {
    counter-reset: two;
    margin: 0;
}
.privacy .right__numbering-ol_two ol li,
.terms .right__numbering-ol_two ol li,
.cookies .right__numbering-ol_two ol li,
.opting .right__numbering-ol_two ol li,
.pr .right__numbering-ol_two ol li {
    list-style-type: none;
    padding: 0;
}
.privacy .right__numbering-ol_two ol li::before,
.terms .right__numbering-ol_two ol li::before,
.cookies .right__numbering-ol_two ol li::before,
.opting .right__numbering-ol_two ol li::before,
.pr .right__numbering-ol_two ol li::before {
    counter-increment: two;
    content: "2." counter(two) " ";
}
.privacy .right__numbering-ol_three ol,
.terms .right__numbering-ol_three ol,
.cookies .right__numbering-ol_three ol,
.opting .right__numbering-ol_three ol,
.pr .right__numbering-ol_three ol {
    counter-reset: three;
    margin: 0;
}
.privacy .right__numbering-ol_three ol li,
.terms .right__numbering-ol_three ol li,
.cookies .right__numbering-ol_three ol li,
.opting .right__numbering-ol_three ol li,
.pr .right__numbering-ol_three ol li {
    list-style-type: none;
    padding: 0;
}
.privacy .right__numbering-ol_three ol li::before,
.terms .right__numbering-ol_three ol li::before,
.cookies .right__numbering-ol_three ol li::before,
.opting .right__numbering-ol_three ol li::before,
.pr .right__numbering-ol_three ol li::before {
    counter-increment: three;
    content: "3." counter(three) " ";
}
.privacy .right__numbering-ol_four ol,
.terms .right__numbering-ol_four ol,
.cookies .right__numbering-ol_four ol,
.opting .right__numbering-ol_four ol,
.pr .right__numbering-ol_four ol {
    counter-reset: four;
    margin: 0;
}
.privacy .right__numbering-ol_four ol li,
.terms .right__numbering-ol_four ol li,
.cookies .right__numbering-ol_four ol li,
.opting .right__numbering-ol_four ol li,
.pr .right__numbering-ol_four ol li {
    list-style-type: none;
    padding: 0;
}
.privacy .right__numbering-ol_four ol li::before,
.terms .right__numbering-ol_four ol li::before,
.cookies .right__numbering-ol_four ol li::before,
.opting .right__numbering-ol_four ol li::before,
.pr .right__numbering-ol_four ol li::before {
    counter-increment: four;
    content: "4." counter(four) " ";
}
.privacy .right__numbering-ol_five ol,
.terms .right__numbering-ol_five ol,
.cookies .right__numbering-ol_five ol,
.opting .right__numbering-ol_five ol,
.pr .right__numbering-ol_five ol {
    counter-reset: five;
    margin: 0;
}
.privacy .right__numbering-ol_five ol li,
.terms .right__numbering-ol_five ol li,
.cookies .right__numbering-ol_five ol li,
.opting .right__numbering-ol_five ol li,
.pr .right__numbering-ol_five ol li {
    list-style-type: none;
    padding: 0;
}
.privacy .right__numbering-ol_five ol li::before,
.terms .right__numbering-ol_five ol li::before,
.cookies .right__numbering-ol_five ol li::before,
.opting .right__numbering-ol_five ol li::before,
.pr .right__numbering-ol_five ol li::before {
    counter-increment: five;
    content: "5." counter(five) " ";
}
.privacy .right__numbering-ol_six ol,
.terms .right__numbering-ol_six ol,
.cookies .right__numbering-ol_six ol,
.opting .right__numbering-ol_six ol,
.pr .right__numbering-ol_six ol {
    counter-reset: six;
    margin: 0;
}
.privacy .right__numbering-ol_six ol li,
.terms .right__numbering-ol_six ol li,
.cookies .right__numbering-ol_six ol li,
.opting .right__numbering-ol_six ol li,
.pr .right__numbering-ol_six ol li {
    list-style-type: none;
    padding: 0;
}
.privacy .right__numbering-ol_six ol li::before,
.terms .right__numbering-ol_six ol li::before,
.cookies .right__numbering-ol_six ol li::before,
.opting .right__numbering-ol_six ol li::before,
.pr .right__numbering-ol_six ol li::before {
    counter-increment: six;
    content: "6." counter(six) " ";
}
.privacy .right__numbering-ol_seven ol,
.terms .right__numbering-ol_seven ol,
.cookies .right__numbering-ol_seven ol,
.opting .right__numbering-ol_seven ol,
.pr .right__numbering-ol_seven ol {
    counter-reset: seven;
    margin: 0;
}
.privacy .right__numbering-ol_seven ol li,
.terms .right__numbering-ol_seven ol li,
.cookies .right__numbering-ol_seven ol li,
.opting .right__numbering-ol_seven ol li,
.pr .right__numbering-ol_seven ol li {
    list-style-type: none;
    padding: 0;
}
.privacy .right__numbering-ol_seven ol li::before,
.terms .right__numbering-ol_seven ol li::before,
.cookies .right__numbering-ol_seven ol li::before,
.opting .right__numbering-ol_seven ol li::before,
.pr .right__numbering-ol_seven ol li::before {
    counter-increment: seven;
    content: "7." counter(seven) " ";
}
.privacy .right__numbering-ol_eight ol,
.terms .right__numbering-ol_eight ol,
.cookies .right__numbering-ol_eight ol,
.opting .right__numbering-ol_eight ol,
.pr .right__numbering-ol_eight ol {
    counter-reset: eight;
    margin: 0;
}
.privacy .right__numbering-ol_eight ol li,
.terms .right__numbering-ol_eight ol li,
.cookies .right__numbering-ol_eight ol li,
.opting .right__numbering-ol_eight ol li,
.pr .right__numbering-ol_eight ol li {
    list-style-type: none;
    padding: 0;
}
.privacy .right__numbering-ol_eight ol li::before,
.terms .right__numbering-ol_eight ol li::before,
.cookies .right__numbering-ol_eight ol li::before,
.opting .right__numbering-ol_eight ol li::before,
.pr .right__numbering-ol_eight ol li::before {
    counter-increment: eight;
    content: "8." counter(eight) " ";
}
.privacy .right__numbering-ol_nine ol,
.terms .right__numbering-ol_nine ol,
.cookies .right__numbering-ol_nine ol,
.opting .right__numbering-ol_nine ol,
.pr .right__numbering-ol_nine ol {
    counter-reset: nine;
    margin: 0;
}
.privacy .right__numbering-ol_nine ol li,
.terms .right__numbering-ol_nine ol li,
.cookies .right__numbering-ol_nine ol li,
.opting .right__numbering-ol_nine ol li,
.pr .right__numbering-ol_nine ol li {
    list-style-type: none;
    padding: 0;
}
.privacy .right__numbering-ol_nine ol li::before,
.terms .right__numbering-ol_nine ol li::before,
.cookies .right__numbering-ol_nine ol li::before,
.opting .right__numbering-ol_nine ol li::before,
.pr .right__numbering-ol_nine ol li::before {
    counter-increment: nine;
    content: "9." counter(nine) " ";
}
.privacy .right__numbering-ol_ten ol,
.terms .right__numbering-ol_ten ol,
.cookies .right__numbering-ol_ten ol,
.opting .right__numbering-ol_ten ol,
.pr .right__numbering-ol_ten ol {
    counter-reset: ten;
    margin: 0;
}
.privacy .right__numbering-ol_ten ol li,
.terms .right__numbering-ol_ten ol li,
.cookies .right__numbering-ol_ten ol li,
.opting .right__numbering-ol_ten ol li,
.pr .right__numbering-ol_ten ol li {
    list-style-type: none;
    padding: 0;
}
.privacy .right__numbering-ol_ten ol li::before,
.terms .right__numbering-ol_ten ol li::before,
.cookies .right__numbering-ol_ten ol li::before,
.opting .right__numbering-ol_ten ol li::before,
.pr .right__numbering-ol_ten ol li::before {
    counter-increment: ten;
    content: "10." counter(ten) " ";
}
.privacy .right__numbering-ol_eleven ol,
.terms .right__numbering-ol_eleven ol,
.cookies .right__numbering-ol_eleven ol,
.opting .right__numbering-ol_eleven ol,
.pr .right__numbering-ol_eleven ol {
    counter-reset: eleven;
    margin: 0;
}
.privacy .right__numbering-ol_eleven ol li,
.terms .right__numbering-ol_eleven ol li,
.cookies .right__numbering-ol_eleven ol li,
.opting .right__numbering-ol_eleven ol li,
.pr .right__numbering-ol_eleven ol li {
    list-style-type: none;
    padding: 0;
}
.privacy .right__numbering-ol_eleven ol li::before,
.terms .right__numbering-ol_eleven ol li::before,
.cookies .right__numbering-ol_eleven ol li::before,
.opting .right__numbering-ol_eleven ol li::before,
.pr .right__numbering-ol_eleven ol li::before {
    counter-increment: eleven;
    content: "11." counter(eleven) " ";
}
.privacy .right__numbering-ol_twelve ol,
.terms .right__numbering-ol_twelve ol,
.cookies .right__numbering-ol_twelve ol,
.opting .right__numbering-ol_twelve ol,
.pr .right__numbering-ol_twelve ol {
    counter-reset: twelve;
    margin: 0;
}
.privacy .right__numbering-ol_twelve ol li,
.terms .right__numbering-ol_twelve ol li,
.cookies .right__numbering-ol_twelve ol li,
.opting .right__numbering-ol_twelve ol li,
.pr .right__numbering-ol_twelve ol li {
    list-style-type: none;
    padding: 0;
}
.privacy .right__numbering-ol_twelve ol li::before,
.terms .right__numbering-ol_twelve ol li::before,
.cookies .right__numbering-ol_twelve ol li::before,
.opting .right__numbering-ol_twelve ol li::before,
.pr .right__numbering-ol_twelve ol li::before {
    counter-increment: twelve;
    content: "12." counter(twelve) " ";
}
.privacy .right__numbering-ol_fourteen ol,
.terms .right__numbering-ol_fourteen ol,
.cookies .right__numbering-ol_fourteen ol,
.opting .right__numbering-ol_fourteen ol,
.pr .right__numbering-ol_fourteen ol {
    counter-reset: fourteen;
    margin: 0;
}
.privacy .right__numbering-ol_fourteen ol li,
.terms .right__numbering-ol_fourteen ol li,
.cookies .right__numbering-ol_fourteen ol li,
.opting .right__numbering-ol_fourteen ol li,
.pr .right__numbering-ol_fourteen ol li {
    list-style-type: none;
    padding: 0;
}
.privacy .right__numbering-ol_fourteen ol li::before,
.terms .right__numbering-ol_fourteen ol li::before,
.cookies .right__numbering-ol_fourteen ol li::before,
.opting .right__numbering-ol_fourteen ol li::before,
.pr .right__numbering-ol_fourteen ol li::before {
    counter-increment: fourteen;
    content: "14." counter(fourteen) " ";
}
.privacy .right__numbering-ol_fifteen ol,
.terms .right__numbering-ol_fifteen ol,
.cookies .right__numbering-ol_fifteen ol,
.opting .right__numbering-ol_fifteen ol,
.pr .right__numbering-ol_fifteen ol {
    counter-reset: fifteen;
    margin: 0;
}
.privacy .right__numbering-ol_fifteen ol li,
.terms .right__numbering-ol_fifteen ol li,
.cookies .right__numbering-ol_fifteen ol li,
.opting .right__numbering-ol_fifteen ol li,
.pr .right__numbering-ol_fifteen ol li {
    list-style-type: none;
    padding: 0;
}
.privacy .right__numbering-ol_fifteen ol li::before,
.terms .right__numbering-ol_fifteen ol li::before,
.cookies .right__numbering-ol_fifteen ol li::before,
.opting .right__numbering-ol_fifteen ol li::before,
.pr .right__numbering-ol_fifteen ol li::before {
    counter-increment: fifteen;
    content: "15." counter(fifteen) " ";
}
.privacy .right__numbering-ol_seventeen ol,
.terms .right__numbering-ol_seventeen ol,
.cookies .right__numbering-ol_seventeen ol,
.opting .right__numbering-ol_seventeen ol,
.pr .right__numbering-ol_seventeen ol {
    counter-reset: seventeen;
    margin: 0;
}
.privacy .right__numbering-ol_seventeen ol li,
.terms .right__numbering-ol_seventeen ol li,
.cookies .right__numbering-ol_seventeen ol li,
.opting .right__numbering-ol_seventeen ol li,
.pr .right__numbering-ol_seventeen ol li {
    list-style-type: none;
    padding: 0;
}
.privacy .right__numbering-ol_seventeen ol li::before,
.terms .right__numbering-ol_seventeen ol li::before,
.cookies .right__numbering-ol_seventeen ol li::before,
.opting .right__numbering-ol_seventeen ol li::before,
.pr .right__numbering-ol_seventeen ol li::before {
    counter-increment: seventeen;
    content: "17." counter(seventeen) " ";
}
.privacy .right__numbering-ol_eighteen ol,
.terms .right__numbering-ol_eighteen ol,
.cookies .right__numbering-ol_eighteen ol,
.opting .right__numbering-ol_eighteen ol,
.pr .right__numbering-ol_eighteen ol {
    counter-reset: eighteen;
    margin: 0;
}
.privacy .right__numbering-ol_eighteen ol li,
.terms .right__numbering-ol_eighteen ol li,
.cookies .right__numbering-ol_eighteen ol li,
.opting .right__numbering-ol_eighteen ol li,
.pr .right__numbering-ol_eighteen ol li {
    list-style-type: none;
    padding: 0;
}
.privacy .right__numbering-ol_eighteen ol li::before,
.terms .right__numbering-ol_eighteen ol li::before,
.cookies .right__numbering-ol_eighteen ol li::before,
.opting .right__numbering-ol_eighteen ol li::before,
.pr .right__numbering-ol_eighteen ol li::before {
    counter-increment: eighteen;
    content: "18." counter(eighteen) " ";
}
.privacy .right__numbering-ol_nineteen ol,
.terms .right__numbering-ol_nineteen ol,
.cookies .right__numbering-ol_nineteen ol,
.opting .right__numbering-ol_nineteen ol,
.pr .right__numbering-ol_nineteen ol {
    counter-reset: nineteen;
    margin: 0;
}
.privacy .right__numbering-ol_nineteen ol li,
.terms .right__numbering-ol_nineteen ol li,
.cookies .right__numbering-ol_nineteen ol li,
.opting .right__numbering-ol_nineteen ol li,
.pr .right__numbering-ol_nineteen ol li {
    list-style-type: none;
    padding: 0;
}
.privacy .right__numbering-ol_nineteen ol li::before,
.terms .right__numbering-ol_nineteen ol li::before,
.cookies .right__numbering-ol_nineteen ol li::before,
.opting .right__numbering-ol_nineteen ol li::before,
.pr .right__numbering-ol_nineteen ol li::before {
    counter-increment: nineteen;
    content: "19." counter(nineteen) " ";
}
.privacy .right__numbering-ol_twenty ol,
.terms .right__numbering-ol_twenty ol,
.cookies .right__numbering-ol_twenty ol,
.opting .right__numbering-ol_twenty ol,
.pr .right__numbering-ol_twenty ol {
    counter-reset: twenty;
    margin: 0;
}
.privacy .right__numbering-ol_twenty ol li,
.terms .right__numbering-ol_twenty ol li,
.cookies .right__numbering-ol_twenty ol li,
.opting .right__numbering-ol_twenty ol li,
.pr .right__numbering-ol_twenty ol li {
    list-style-type: none;
    padding: 0;
}
.privacy .right__numbering-ol_twenty ol li::before,
.terms .right__numbering-ol_twenty ol li::before,
.cookies .right__numbering-ol_twenty ol li::before,
.opting .right__numbering-ol_twenty ol li::before,
.pr .right__numbering-ol_twenty ol li::before {
    counter-increment: twenty;
    content: "20." counter(twenty) " ";
}
.privacy .right__table-wrap,
.terms .right__table-wrap,
.cookies .right__table-wrap,
.opting .right__table-wrap,
.pr .right__table-wrap {
    overflow-x: auto;
}
.privacy
    .right__table-wrap.table__rows--two
    .right__table
    tbody
    tr
    td:nth-of-type(1),
.terms
    .right__table-wrap.table__rows--two
    .right__table
    tbody
    tr
    td:nth-of-type(1),
.cookies
    .right__table-wrap.table__rows--two
    .right__table
    tbody
    tr
    td:nth-of-type(1),
.opting
    .right__table-wrap.table__rows--two
    .right__table
    tbody
    tr
    td:nth-of-type(1),
.pr
    .right__table-wrap.table__rows--two
    .right__table
    tbody
    tr
    td:nth-of-type(1) {
    width: 30%;
}
.privacy
    .right__table-wrap.table__rows--two
    .right__table
    tbody
    tr
    td:nth-of-type(2),
.terms
    .right__table-wrap.table__rows--two
    .right__table
    tbody
    tr
    td:nth-of-type(2),
.cookies
    .right__table-wrap.table__rows--two
    .right__table
    tbody
    tr
    td:nth-of-type(2),
.opting
    .right__table-wrap.table__rows--two
    .right__table
    tbody
    tr
    td:nth-of-type(2),
.pr
    .right__table-wrap.table__rows--two
    .right__table
    tbody
    tr
    td:nth-of-type(2) {
    width: 70%;
}
.privacy
    .right__table-wrap.table__rows--two
    .right__table
    tbody
    tr
    td
    .right__tick:not(:first-child),
.terms
    .right__table-wrap.table__rows--two
    .right__table
    tbody
    tr
    td
    .right__tick:not(:first-child),
.cookies
    .right__table-wrap.table__rows--two
    .right__table
    tbody
    tr
    td
    .right__tick:not(:first-child),
.opting
    .right__table-wrap.table__rows--two
    .right__table
    tbody
    tr
    td
    .right__tick:not(:first-child),
.pr
    .right__table-wrap.table__rows--two
    .right__table
    tbody
    tr
    td
    .right__tick:not(:first-child) {
    margin-top: 25px;
}
.privacy .right__table,
.terms .right__table,
.cookies .right__table,
.opting .right__table,
.pr .right__table {
    width: 100%;
    max-width: 845px;
    min-width: 675px;
    margin: 40px 0 0 0;
    overflow-x: scroll;
}
@media (min-width: 1920px) {
    .privacy .right__table,
    .terms .right__table,
    .cookies .right__table,
    .opting .right__table,
    .pr .right__table {
        max-width: 100%;
    }
}
.privacy .right__table tbody tr th,
.terms .right__table tbody tr th,
.cookies .right__table tbody tr th,
.opting .right__table tbody tr th,
.pr .right__table tbody tr th {
    padding: 20px;
}
.privacy .right__table tbody tr th:nth-of-type(1),
.terms .right__table tbody tr th:nth-of-type(1),
.cookies .right__table tbody tr th:nth-of-type(1),
.opting .right__table tbody tr th:nth-of-type(1),
.pr .right__table tbody tr th:nth-of-type(1) {
    width: 281px;
}
.privacy .right__table tbody tr th:nth-of-type(2),
.terms .right__table tbody tr th:nth-of-type(2),
.cookies .right__table tbody tr th:nth-of-type(2),
.opting .right__table tbody tr th:nth-of-type(2),
.pr .right__table tbody tr th:nth-of-type(2) {
    width: 283px;
}
.privacy .right__table tbody tr th:nth-of-type(3),
.terms .right__table tbody tr th:nth-of-type(3),
.cookies .right__table tbody tr th:nth-of-type(3),
.opting .right__table tbody tr th:nth-of-type(3),
.pr .right__table tbody tr th:nth-of-type(3) {
    width: 281px;
}
.privacy .right__table tbody tr .cookies_table_th,
.terms .right__table tbody tr .cookies_table_th,
.cookies .right__table tbody tr .cookies_table_th,
.opting .right__table tbody tr .cookies_table_th,
.pr .right__table tbody tr .cookies_table_th {
    width: 281px;
}
@media (max-width: 765px) {
    .privacy .right__table tbody tr .cookies_table_th,
    .terms .right__table tbody tr .cookies_table_th,
    .cookies .right__table tbody tr .cookies_table_th,
    .opting .right__table tbody tr .cookies_table_th,
    .pr .right__table tbody tr .cookies_table_th {
        width: min-content !important;
    }
}
.privacy .right__table tbody tr h6,
.terms .right__table tbody tr h6,
.cookies .right__table tbody tr h6,
.opting .right__table tbody tr h6,
.pr .right__table tbody tr h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: left;
}
.privacy .right__table tbody tr td,
.terms .right__table tbody tr td,
.cookies .right__table tbody tr td,
.opting .right__table tbody tr td,
.pr .right__table tbody tr td {
    padding: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.6);
    vertical-align: baseline;
}
.privacy .right__table tbody tr td h6,
.terms .right__table tbody tr td h6,
.cookies .right__table tbody tr td h6,
.opting .right__table tbody tr td h6,
.pr .right__table tbody tr td h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 0 0 8px;
}
.privacy .right__table tbody tr td p,
.terms .right__table tbody tr td p,
.cookies .right__table tbody tr td p,
.opting .right__table tbody tr td p,
.pr .right__table tbody tr td p {
    margin: 0;
}
.privacy .right__table tbody tr td a,
.terms .right__table tbody tr td a,
.cookies .right__table tbody tr td a,
.opting .right__table tbody tr td a,
.pr .right__table tbody tr td a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #14b082;
    margin: 0 0 8px;
}
.privacy .right__table,
.privacy .right th,
.privacy .right td,
.terms .right__table,
.terms .right th,
.terms .right td,
.cookies .right__table,
.cookies .right th,
.cookies .right td,
.opting .right__table,
.opting .right th,
.opting .right td,
.pr .right__table,
.pr .right th,
.pr .right td {
    border-collapse: collapse;
    border: 1px solid #dbdbdb;
}
.privacy .right__table-cookies tbody tr th:nth-of-type(1),
.terms .right__table-cookies tbody tr th:nth-of-type(1),
.cookies .right__table-cookies tbody tr th:nth-of-type(1),
.opting .right__table-cookies tbody tr th:nth-of-type(1),
.pr .right__table-cookies tbody tr th:nth-of-type(1) {
    width: 80px;
}
.privacy .right__table-cookies tbody tr th:nth-of-type(2),
.terms .right__table-cookies tbody tr th:nth-of-type(2),
.cookies .right__table-cookies tbody tr th:nth-of-type(2),
.opting .right__table-cookies tbody tr th:nth-of-type(2),
.pr .right__table-cookies tbody tr th:nth-of-type(2) {
    width: 252px;
}
@media (max-width: 625px) {
    .privacy .right__table-cookies tbody tr th:nth-of-type(2),
    .terms .right__table-cookies tbody tr th:nth-of-type(2),
    .cookies .right__table-cookies tbody tr th:nth-of-type(2),
    .opting .right__table-cookies tbody tr th:nth-of-type(2),
    .pr .right__table-cookies tbody tr th:nth-of-type(2) {
        width: 17%;
    }
}
.privacy .right__table-cookies tbody tr th:nth-of-type(3),
.terms .right__table-cookies tbody tr th:nth-of-type(3),
.cookies .right__table-cookies tbody tr th:nth-of-type(3),
.opting .right__table-cookies tbody tr th:nth-of-type(3),
.pr .right__table-cookies tbody tr th:nth-of-type(3) {
    width: 253px;
}
.privacy .right__table-cookies tbody tr th:nth-of-type(4),
.terms .right__table-cookies tbody tr th:nth-of-type(4),
.cookies .right__table-cookies tbody tr th:nth-of-type(4),
.opting .right__table-cookies tbody tr th:nth-of-type(4),
.pr .right__table-cookies tbody tr th:nth-of-type(4) {
    width: 253px;
}
.privacy .right__table-cookies tbody tr td p,
.terms .right__table-cookies tbody tr td p,
.cookies .right__table-cookies tbody tr td p,
.opting .right__table-cookies tbody tr td p,
.pr .right__table-cookies tbody tr td p {
    margin: 0 0 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.privacy .right__table-cookies tbody tr td a,
.terms .right__table-cookies tbody tr td a,
.cookies .right__table-cookies tbody tr td a,
.opting .right__table-cookies tbody tr td a,
.pr .right__table-cookies tbody tr td a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #14b082;
    margin: 0 0 8px;
}
.privacy .right__table_margin_t,
.terms .right__table_margin_t,
.cookies .right__table_margin_t,
.opting .right__table_margin_t,
.pr .right__table_margin_t {
    margin: 32px 0 0;
}
.privacy .right__links-a,
.terms .right__links-a,
.cookies .right__links-a,
.opting .right__links-a,
.pr .right__links-a {
    display: flex;
    column-gap: 10px;
}
.privacy .right__links-a a,
.terms .right__links-a a,
.cookies .right__links-a a,
.opting .right__links-a a,
.pr .right__links-a a {
    color: #14b082;
    font-size: 20px;
    line-height: 24px;
}
@media (max-width: 1024px) {
    .privacy .right__links-a a,
    .terms .right__links-a a,
    .cookies .right__links-a a,
    .opting .right__links-a a,
    .pr .right__links-a a {
        font-size: 18px;
        line-height: 22px;
    }
}
@media (max-width: 625px) {
    .privacy .right__links-a a,
    .terms .right__links-a a,
    .cookies .right__links-a a,
    .opting .right__links-a a,
    .pr .right__links-a a {
        font-size: 16px;
        line-height: 20px;
    }
}
.privacy .right__links-a span,
.terms .right__links-a span,
.cookies .right__links-a span,
.opting .right__links-a span,
.pr .right__links-a span {
    width: 2px;
    background: #000;
}
.registration {
    padding: 128px 0 80px 0;
    background: #f3f9ff;
}
@media (min-width: 1024px) {
    .registration {
        padding: 228px 0 150px 0;
    }
}
.registration .container h1 {
    font-size: 56px;
    line-height: 68px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 40px;
}
@media (max-width: 1024px) {
    .registration .container h1 {
        font-size: 44px;
        line-height: 54px;
    }
}
@media (max-width: 625px) {
    .registration .container h1 {
        font-size: 40px;
        line-height: 52px;
    }
}
@media (min-width: 1024px) {
    .registration .container h1 {
        margin: 0 0 100px;
    }
}
.registration__choose-account-type {
    display: flex;
    justify-content: center;
}
@media (max-width: 1024px) {
    .registration__choose-account-type {
        flex-direction: column;
        align-items: center;
    }
}
.registration__choose-account-type .choose {
    max-width: calc(532px - 32px);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 48px 20px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}
.registration__choose-account-type .choose:not(:last-child) {
    margin-right: 64px;
}
@media (max-width: 1024px) {
    .registration__choose-account-type .choose:not(:last-child) {
        margin-right: 0;
        margin-bottom: 48px;
    }
}
@media (max-width: 765px) {
    .registration__choose-account-type .choose:not(:last-child) {
        margin-bottom: 24px;
    }
}
@media (min-width: 625px) {
    .registration__choose-account-type .choose {
        padding: 48px 40px;
    }
}
.registration__choose-account-type .choose button {
    width: 100%;
    height: 56px;
    margin: 32px auto 0;
    background: #14b082;
    border-radius: 5px;
    border: inherit;
}
.registration__choose-account-type .choose button:hover {
    background: #0c6a4e;
}
@media (min-width: 1024px) {
    .registration__choose-account-type .choose button {
        width: 100%;
        margin: 70px auto 0;
    }
}
.registration__choose-account-type .choose button span {
    font-style: normal;
    font-weight: 500;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
}
.registration__choose-account-type .choose__head {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.registration__choose-account-type .choose__head h2 {
    margin: 0 0 32px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    color: #000000;
    font-size: 28px;
    line-height: 150%;
}
@media (min-width: 1024px) {
    .registration__choose-account-type .choose__head h2 {
        margin: 0 0 40px;
        font-size: 32px;
        line-height: 44px;
    }
}
.registration__choose-account-type .choose__picture {
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0 auto 32px;
    background: rgba(65, 111, 244, 0.1);
    border-radius: 35px;
}
@media (min-width: 1024px) {
    .registration__choose-account-type .choose__picture {
        margin: 0 auto 24px;
    }
}
.registration__choose-account-type .choose__picture svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.registration__choose-account-type .choose__describ h3 {
    font-style: normal;
    font-weight: 500;
    color: #000000;
    margin: 32px 0;
    font-size: 18px;
    line-height: 150%;
}
@media (min-width: 1024px) {
    .registration__choose-account-type .choose__describ h3 {
        font-size: 20px;
        line-height: 30px;
        margin: 40px 0 24px;
    }
}
.registration__choose-account-type .choose__included p {
    margin: 0 0 16px;
    color: rgba(0, 0, 0, 0.6);
    display: flex;
    padding: 0 16px 0 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}
@media (min-width: 1024px) {
    .registration__choose-account-type .choose__included p {
        font-size: 20px;
        line-height: 30px;
    }
}
.registration__choose-account-type .choose__included p:before {
    content: url("../images/tick-choose_m.svg");
    display: block;
    margin: 0 19px 0 0;
}
.video-webinars .container h1 {
    font-size: 56px;
    line-height: 68px;
    font-weight: 500;
    text-align: center;
    margin: 128px 0 40px;
    font-style: normal;
}
@media (max-width: 1024px) {
    .video-webinars .container h1 {
        font-size: 44px;
        line-height: 54px;
    }
}
@media (max-width: 625px) {
    .video-webinars .container h1 {
        font-size: 40px;
        line-height: 52px;
    }
}
@media (min-width: 1024px) {
    .video-webinars .container h1 {
        margin: 228px auto 100px;
    }
}
.video-webinars .video__wrap-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
@media (min-width: 1024px) {
    .video-webinars .video__wrap-content {
        margin: 100px 0 0;
    }
}
.video-webinars .video__tab-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    border-radius: 16px;
    background: #14b082;
    transition: 0.8s;
}
@media (min-width: 375px) {
    .video-webinars .video__tab-navigation {
        margin: 0 auto;
        padding: 10px 10px;
    }
}
@media (min-width: 625px) {
    .video-webinars .video__tab-navigation {
        max-width: inherit;
        justify-content: center;
    }
}
@media (max-width: 1024px) {
    .video-webinars .video__tab-navigation {
        flex-direction: column;
    }
}
@media (min-width: 1024px) {
    .video-webinars .video__tab-navigation {
        border: 1px solid rgba(0, 0, 0, 0.2);
        justify-content: space-around;
        background: none;
        max-width: 1192px;
        padding: 0 !important;
    }
}
@media (min-width: 1254px) {
    .video-webinars .video__tab-navigation {
        justify-content: space-between;
    }
}
.video-webinars .video__tab-elem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.8s;
    width: 335px;
    height: 60px;
    border-radius: 16px;
    padding: 0 27px 0 16px;
}
@media (min-width: 625px) {
    .video-webinars .video__tab-elem {
        width: 250px;
        justify-content: center;
    }
}
@media (max-width: 1024px) {
    .video-webinars .video__tab-elem {
        max-width: 100%;
        width: 100%;
    }
}
@media (min-width: 1024px) {
    .video-webinars .video__tab-elem {
        width: 239px;
        height: 92px;
        display: block !important;
        text-align: center;
        padding: 0;
    }
}
@media (min-width: 1254px) {
    .video-webinars .video__tab-elem {
        width: 297px;
        justify-content: space-between;
    }
    .video-webinars .video__tab-elem:hover {
        background: inherit;
    }
}
.video-webinars .video__tab-elem p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    text-align: left;
}
@media (min-width: 1024px) {
    .video-webinars .video__tab-elem p {
        color: rgba(0, 0, 0, 0.6);
        text-align: center;
        margin: 32px 0 0;
    }
}
.video-webinars .video__tab-elem .down-arrow {
    display: block;
    transition: 0.8s;
}
@media (min-width: 1024px) {
    .video-webinars .video__tab-elem .down-arrow {
        display: none !important;
    }
}
@media (max-width: 1024px) {
    .video-webinars .video__tab-elem.state-first {
        order: 1;
    }
}
@media (max-width: 1024px) {
    .video-webinars .video__tab-elem:not(.state-first) {
        order: 2;
    }
}
@media (max-width: 1024px) {
    .video-webinars .video__tab-elem.video__tab--active {
        background: rgba(255, 255, 255, 0.2);
    }
}
.video-webinars .video__justify_sb {
    justify-content: space-between;
}
@media (min-width: 1024px) {
    .video-webinars .video .background {
        background: #14b082;
    }
    .video-webinars .video .background p {
        color: #ffffff;
    }
}
.video-webinars .video .select-tab-elem {
    display: none;
}
.video-webinars .video .select-tab-elem svg {
    transition: 0.8s;
}
@media (min-width: 1024px) {
    .video-webinars .video .select-tab-elem {
        display: none !important;
    }
}
.video-webinars .video__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 32px 0;
    gap: 0 30px;
}
@media (min-width: 1315px) {
    .video-webinars .video__content {
        margin: 100px 0 0;
        gap: 20px;
    }
}
.video-webinars .video [data-tab-content] {
    display: none;
}
.video-webinars .video .active[data-tab-content] {
    display: flex;
}
@media (min-width: 1920px) {
    .video-webinars .video .active[data-tab-content] {
        padding: 0 7%;
    }
}
.video-webinars .video__block-info {
    border-radius: 16px;
    border: 1px solid #f7f7f7;
    margin: 0 0 30px;
    width: 100%;
}
@media (min-width: 520px) {
    .video-webinars .video__block-info {
        width: 435px;
    }
}
@media (min-width: 765px) {
    .video-webinars .video__block-info {
        width: 335px;
    }
}
@media (min-width: 850px) {
    .video-webinars .video__block-info {
        width: 379px;
    }
}
.video-webinars .video__block-info:hover {
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.07);
}
@media (min-width: 1024px) {
    .video-webinars .video__block-info {
        width: 406px;
        margin: 0 0 64px;
    }
    .video-webinars .video__block-info:nth-of-type(5) {
        display: block;
    }
    .video-webinars .video__block-info:nth-of-type(6) {
        display: block;
    }
}
.video-webinars .video__picture {
    position: relative;
    width: 100%;
    cursor: pointer;
}
@media (min-width: 1024px) {
    .video-webinars .video__picture {
        height: 240px;
    }
}
.video-webinars .video__picture::after {
    content: url("../images/play.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-webinars .video__picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.video-webinars .video__description {
    padding: 24px 24px;
}
@media (min-width: 1024px) {
    .video-webinars .video__description {
        padding: 24px 24px 28px;
    }
}
.video-webinars .video__description span {
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 150%;
    color: #14b082;
    margin: 0 0 12px;
    display: block;
}
.video-webinars .video__description h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #12141d;
    margin: 0 0 12px;
}
.video-webinars .video__description p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    opacity: 0.6;
}
.video-webinars .video__button {
    width: 248px;
    height: 56px;
    background: #14b082;
    border-radius: 5px;
    margin: 0 auto 150px;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    text-align: center;
    padding: 14px 0 0;
    transition: 0.8s;
}
.video-webinars .video__button:hover {
    background: #0c6a4e;
}
.video-webinars .video .display_n {
    display: none;
}
.block-info-pupop {
    display: none;
}
.display_none_button {
    display: none;
}
.four-hundred-four {
    background: rgba(231, 243, 255, 0.5);
    height: 100vh;
    width: 100%;
    padding: 128px 0 94px;
}
@media (min-width: 1113px) {
    .four-hundred-four {
        padding: 204.49px 0 172.89px;
    }
}
.four-hundred-four .container .error {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media (min-width: 1113px) {
    .four-hundred-four .container .error {
        justify-content: space-between;
    }
}
.four-hundred-four .container .error__description {
    text-align: center;
}
@media (min-width: 1113px) {
    .four-hundred-four .container .error__description {
        text-align: left;
    }
}
.four-hundred-four .container .error__description h6 {
    display: block;
    font-style: normal;
    font-weight: 500;
    color: #000000;
    margin: 0 0 24px;
    font-size: 60px;
    line-height: 70px;
}
@media (min-width: 1113px) {
    .four-hundred-four .container .error__description h6 {
        font-size: 100px;
        line-height: 100px;
        margin: 39.51px 0 32px;
    }
}
.four-hundred-four .container .error__description p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 0 40px;
    width: 351px;
}
@media (min-width: 1113px) {
    .four-hundred-four .container .error__description p {
        margin: 0 0 32px;
    }
}
.four-hundred-four .container .error__description a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    height: 56px;
    background: #14b082;
    border-radius: 5px;
    border: none;
    transform: 0.8s;
    width: 152px;
    display: none;
    text-align: center;
    padding-top: 15px;
}
.four-hundred-four .container .error__description a:hover {
    background: #0c6a4e;
}
@media (min-width: 1113px) {
    .four-hundred-four .container .error__description a {
        display: block;
    }
}
.four-hundred-four .container .error__image {
    width: 100%;
    max-width: 698px;
}
@media (min-width: 1270px) {
    .four-hundred-four .container .error__image {
        margin: 0 5% 0 0;
    }
}
.four-hundred-four .container .error__image img {
    width: 100%;
    padding: 50px 25px 50px;
}
@media (min-width: 1113px) {
    .four-hundred-four .container .error__image img {
        padding: 0;
    }
}
.four-hundred-four .container .error__image a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    height: 56px;
    background: #14b082;
    border-radius: 5px;
    border: none;
    transform: 0.8s;
    width: 335px;
    display: block;
    margin: 40px auto 0;
    text-align: center;
    padding-top: 15px;
}
.four-hundred-four .container .error__image a:hover {
    background: #0c6a4e;
}
@media (min-width: 1113px) {
    .four-hundred-four .container .error__image a {
        display: none;
    }
}
.elementor-column-gap-default
    > .elementor-column
    > .elementor-element-populated {
    padding: 0px !important;
}
.performance__card--top img {
    margin-bottom: 32px;
}
.performance__agencies--left img {
    margin-bottom: 32px;
}
.performance__agencies--right > div {
    align-items: flex-start;
}
.co__marTech .co__marTech__items .co__marTech__item {
    align-items: flex-start;
}
.choose__picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.campaignManagPage .customHero__pics2 img:nth-of-type(3) {
    right: 87px;
    top: 27%;
}
.campaignManagPage .customHero__pics2 img:nth-of-type(4) {
    right: 150px;
    top: 74%;
}
.campaignManagPage .customHero__pics2 img:first-of-type {
    top: 30%;
}
.campaignManagPage .a_article__title {
    max-width: 100%;
    margin: 0 auto 80px;
}
.campaignManagPage .customHero--box {
    max-width: 988px;
}
.campaignManagPage .customHero--box p {
    max-width: 750px;
}
.campaignManagPage .a_article .custom-link {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 1px;
}
.campaignManagPage .a_article .custom-link:after {
    display: none;
}
.campaignManagPage .a_article__row {
    column-gap: 80px;
}
.campaignManagPage .a_article__row--img {
    width: calc(52% - 40px);
}
@media (max-width: 1024px) {
    .campaignManagPage .a_article__row {
        column-gap: 40px;
    }
    .campaignManagPage .a_article__row--img {
        width: calc(52% - 20px);
    }
}
@media (max-width: 765px) {
    .campaignManagPage .a_article__row--img {
        width: 100%;
    }
}
.campaignManagPage .a_article__row--text {
    width: calc(48% - 40px);
}
@media (max-width: 1024px) {
    .campaignManagPage .a_article__row--text {
        width: calc(48% - 20px);
    }
}
.campaignManagPage .a_article__row--text h3 span {
    color: #14b082;
}
.campaignManagPage .a_article__row:not(:last-child) {
    margin-bottom: 120px;
}
@media (max-width: 1024px) {
    .campaignManagPage .a_article__row:not(:last-child) {
        margin-bottom: 100px;
    }
}
.campaignManagPage .si_videos {
    padding: 0 0 150px;
}
@media (max-width: 1024px) {
    .campaignManagPage .si_videos {
        padding: 0 0 100px;
    }
}
@media (max-width: 625px) {
    .campaignManagPage .a_article__title {
        margin: 0 auto 46px;
    }
    .campaignManagPage .si_videos {
        padding: 0 0 80px;
    }
}
.campaignManagPage .si_videos__title {
    max-width: 670px;
}
.campaignManagPage .si_videos__formats {
    margin-bottom: 0;
}
.campaignManagPage .custom-run--button a {
    padding: 13px 60px 15px;
}
@media (max-width: 765px) {
    .campaignManagPage .a_article__row--text {
        width: 100%;
    }
    .campaignManagPage .a_article__row:not(:last-child) {
        margin-bottom: 48px;
    }
    .campaignManagPage .custom-run--button a {
        padding: 13px 34px 15px;
    }
}
.ecommercePage .si_banner__text {
    padding-left: 0;
    padding-right: 20px;
}
.ecommercePage .si_banner__pic {
    padding: 0 40px 0 80px;
}
.ecommercePage .si_steps {
    padding: 100px 0 60px 0;
}
@media (max-width: 1024px) {
    .ecommercePage .si_steps {
        padding: 80px 0 60px 0;
    }
}
@media (max-width: 625px) {
    .ecommercePage .si_steps {
        padding: 50px 0 40px 0;
    }
}
.ecommercePage .si_steps__title {
    max-width: 100%;
    margin-bottom: 80px;
}
@media (max-width: 1024px) {
    .ecommercePage .si_steps__title {
        margin-bottom: 64px;
    }
}
@media (max-width: 625px) {
    .ecommercePage .si_steps__title {
        margin-bottom: 48px;
    }
}
.si_steps__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.campaignManagPage .si_videos__format--desc p {
    width: 100%;
    max-width: 529px;
}
.campaignManagPage .a_article__row--text h3 strong {
    color: #14b082;
    font-weight: 500;
}
.a_article__row--img img {
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
}
.ecommercePage .si_videos {
    padding: 60px 0 150px;
}
@media (max-width: 1024px) {
    .ecommercePage .si_videos {
        padding: 40px 0 100px;
    }
}
@media (max-width: 625px) {
    .ecommercePage .si_videos {
        padding: 40px 0 80px;
    }
}
.ecommercePage .customSlider .customSlider__slider {
    padding: 80px 0 100px;
}
@media (max-width: 1280px) {
    .ecommercePage .customSlider .customSlider__slider {
        padding: 20px 0 80px;
    }
}
@media (max-width: 940px) {
    .ecommercePage .si_banner__text {
        padding-right: 0;
    }
    .ecommercePage .si_banner__pic {
        padding: 0;
    }
}
@media (max-width: 626px) {
    .ecommercePage .a_cards-mob .a_cards-mob--more {
        margin-top: 64px;
    }
    .ecommercePage .a_cards-mob--more,
    .similarPage .si_videos__format {
        margin-bottom: 30px;
    }
}
@media (max-width: 1025px) {
    .ecommercePage .si_banner__text h1,
    .ecommercePage .si_banner__text p {
        text-align: inherit;
    }
}
@media (max-width: 940px) {
    .ecommercePage .si_banner__text h1,
    .ecommercePage .si_banner__text p {
        text-align: center;
    }
}
.ecommercePage .si_videos__format {
    display: flex;
    flex-direction: column;
}
.ecommercePage .si_videos__format .si_videos__format--desc {
    flex-grow: 1;
}

.advertising_banner-desktop {
    display: none;
}
.advertising_banner-mobile {
    display: block;
    position: relative;
}
.advertising_banner_margin_bottom {
    margin-bottom: 158px;
}
@media (min-width: 1201px) {
    .advertising_banner-desktop {
        display: block;
    }
    .advertising_banner-mobile {
        display: none;
    }
    body .header.scroll,
    html body header.header_top {
        top: 0 !important;
    }
    .advertising_banner_margin_bottom {
        margin-bottom: 0;
    }
}
@media (max-width: 1201px) {
    .advertising_banner .advertising_banner__container p {
        text-align: center;
        font-size: 12px;
        line-height: 14px;
    }
}
@media (max-width: 924px) {
    .advertising_banner .advertising_banner__container p {
        max-width: 73%;
        width: 73%;
    }
    .advertising_banner .advertising_banner__container a {
        width: max-content;
    }
}
@media (max-width: 625px) {
    .advertising_banner.advertising_banner-mobile .advertising_banner__close {
        right: 30px;
    }
    .advertising_banner-mobile .advertising_banner__wrap_content--a {
        padding: 0 !important;
    }
    .advertising_banner.advertising_banner-mobile
        .advertising_banner__container
        a {
        margin: 0 auto;
    }
}
@media (max-width: 516px) {
    .advertising_banner .advertising_banner__wrap_content {
        flex-direction: column;
    }
    .advertising_banner .advertising_banner__container p {
        max-width: 100%;
        width: 100%;
    }
    .advertising_banner .advertising_banner__container a {
        width: max-content;
    }
    .advertising_banner .advertising_banner__container {
        padding: 10px 43px 10px 42px !important;
    }
    .advertising_banner.advertising_banner-mobile .advertising_banner__close {
        top: 20px !important;
    }
}
.advertising_banner {
    width: 100%;
    background: #0c6a4e;
}
.header .advertising_banner .advertising_banner__container {
    padding: 11px 32px;
    position: relative;
    display: flex;
    justify-content: center;
}
.advertising_banner .advertising_banner__container p {
    color: #fff;
    font-family: "Euclid Circular A";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
}
.advertising_banner .advertising_banner__wrap_content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 0 22px;
}
.advertising_banner .advertising_banner__container a {
    text-decoration: none;
    padding: 6px 8px;
    text-align: center;
    background: #ffc947;
    transition: 0.35s;
    display: block;
    border-radius: 5px;
    width: max-content;
}
.advertising_banner .advertising_banner__container a:hover > span {
    color: #fff;
}
.advertising_banner .advertising_banner__container a span {
    color: #0c6a4e;
    font-family: "Euclid Circular A";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    transition: 0.35s;
    width: 100%;
    display: block;
}
.advertising_banner .advertising_banner__close {
    transition: 0.35s;
    position: absolute;
    top: 50%;
    right: 40px;
    cursor: pointer;
    z-index: 5;
    transform: translate(0, -50%);
}
.advertising_banner .advertising_banner__close svg {
    transition: 0.35s;
}
.advertising_banner .advertising_banner__close:hover > svg path {
    fill: #000000;
    stroke: #000000;
    transition: 0.35s;
}
.advertising_banner-mobile .advertising_banner__wrap_content--a {
    padding: 0 25px 0 0;
    width: max-content;
}
.advertising_banner-desktop .advertising_banner__wrap_content--a {
    padding: 0 25px 0 0;
}
.advertising_banner.advertising_banner-mobile .advertising_banner__container p {
    margin: 0 auto;
    max-width: inherit;
    width: inherit;
}
body .header {
    padding: 0 0 22px;
}
body .header .container {
    padding-top: 22px;
}
@media (max-width: 1201px) {
    body .header {
        padding: 0;
    }
    .header .advertising_banner .advertising_banner__container {
        padding: 11px 32px;
    }
}
@media (max-width: 1200px) {
    body .header .container {
        padding-top: 22px;
        padding-bottom: 22px;
    }
}

.partnerships__carrousel--pic a {
    max-width: calc(100% / 10);
}
.partnerships__logos {
    justify-content: center;
}

.home .partnerships__logos {
    padding: 0 45px 0 53px;
}
.home .partnerships__carrousel--pic a img {
    min-height: 58px;
}
.home .formats {
    padding-bottom: 30px;
}
@media (max-width: 1024px) {
    .home .formats {
        padding-bottom: 0;
    }
}
.home .formats__items {
    margin-bottom: 100px;
}
@media (max-width: 625px) {
    .home .partnerships__logos {
        padding: 0 32px 0 40px;
    }
    .home .formats__items {
        margin-bottom: 60px;
    }
}

.mobileApplications .si_banner__text h1,
.mobileApplications .si_banner__text p {
    text-align: left;
}
.mobileApplications .si_banner__text_link-desk {
    margin: 36px auto 0 0;
}
.mobileApplications .customSlider--more,
.mobileApplications .si_banner__text_link-mob {
    display: none;
}
@media (max-width: 940px) {
    .mobileApplications .si_banner__text h1,
    .mobileApplications .si_banner__text p {
        text-align: center;
    }
    .mobileApplications .si_banner__pic {
        order: 2;
    }
    .mobileApplications .si_banner__text_link-desk {
        display: none;
    }
    .mobileApplications .si_banner__text_link-mob {
        display: block;
    }
}
.mobileApplications .si_offers__title {
    max-width: 794px;
}
.mobileApplications .si_offers__card p {
    font-weight: 500;
}
.mobileApplications .customSlider__slider {
    padding: 80px 0 70px;
}
.mobileApplications .customSlider__slider .swiper-slide .swiper-slide--info p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #14b082;
    width: 100%;
    max-width: 252px;
}
.mobileApplications .customSlider__slider .swiper-slide .swiper-slide--info h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.7);
}
.mobileApplications .a_cards-mob--info p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #14b082;
}
.mobileApplications .a_cards-mob--info h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
}
.mobileApplications .a_cards-mob--more {
    display: none;
}
.mobileApplications .si_steps__title {
    max-width: 100%;
}
.mobileApplications .si_steps__card a {
    margin-top: 16px;
}
.mobileApplications .custom-board h2 {
    max-width: 992px;
}
.mobileApplications .si_videos {
    padding: 100px 0 150px;
}
@media (max-width: 1024px) {
    .mobileApplications .si_videos {
        padding: 50px 0 100px;
    }
}
.mobileApplications .si_videos__title {
    max-width: 973px;
}
@media (max-width: 768px) {
    .mobileApplications .custom-board h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .mobileApplications .custom-run--inner h1 {
        font-size: 28px;
        line-height: 38px;
    }
}
@media (max-width: 625px) {
    .mobileApplications .si_videos {
        padding: 30px 0 80px;
    }
    .mobileApplications .custom-run--inner h1 {
        font-size: 20px;
        line-height: 30px;
    }
}
.similarPage.mobileApplications .custom-run--inner h1 {
    max-width: 657px;
}

.brandProtection .si_banner {
    background: inherit;
    padding: 140px 0 80px;
}
.brandProtection .si_banner__text h1,
.brandProtection .si_banner__text p {
    text-align: left;
}
.brandProtection .si_banner__text h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 61px;
    color: #000;
}
.brandProtection .si_banner__pic {
    padding: 0 80px 0 40px;
}
.brandProtection .si_banner__text_link-desk {
    margin: 36px auto 0 0;
}
.brandProtection .si_banner__text_link-mob {
    display: none;
}
@media (max-width: 940px) {
    .brandProtection .si_banner__text h1,
    .brandProtection .si_banner__text p {
        text-align: center;
    }
    .brandProtection .si_banner__pic {
        order: 2;
        padding: 0 40px;
    }
    .brandProtection .si_banner__text_link-desk {
        display: none;
    }
    .brandProtection .si_banner__text_link-mob {
        display: block;
        margin: 32px auto 0;
    }
}
.brandProtection .si_banner__content {
    margin: 0;
}
.brandProtection .platform {
    background: inherit;
    padding: 120px 0 0;
}
.brandProtection .platform .container {
    margin: 0 auto;
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
    max-width: 1340px;
}
@media (min-width: 1920px) {
    .brandProtection .platform .container {
        max-width: 1720px;
        padding-right: 80px;
        padding-left: 80px;
    }
}
.brandProtection .platform__left {
    display: block;
}
.brandProtection .platform__left h4 {
    margin: 24px 0 0;
    color: #000;
}
.brandProtection .platform__left img {
    width: 64px;
    height: 64px;
}
.brandProtection .platform__title {
    text-align: center;
    max-width: 100%;
    margin-bottom: 64px;
}
.brandProtection .platform__cards {
    background: #f3f9ff;
    border-radius: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    padding: 54px 64px;
}
.brandProtection .platform__card {
    width: 100%;
    background: #f3f9ff;
    transition: 0.35s;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    color: rgba(0, 0, 0, 0.7);
    cursor: default;
}
.brandProtection .platform__card > div p {
    max-height: inherit;
}
@media (max-width: 850px) {
    .brandProtection .platform {
        background: #f3f9ff;
        padding: 60px 0;
    }
    .brandProtection .platform__left h4 {
        margin: 20px 0 16px;
        line-height: 30px;
        font-size: 20px;
    }
    .brandProtection .platform__title {
        text-align: left;
    }
    .brandProtection .platform__cards {
        grid-template-columns: 1fr;
        background: inherit;
        padding: 0;
    }
    .brandProtection .platform__card {
        padding: 18px;
    }
    .brandProtection .platform__card > div p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }
}
.brandProtection .platform__card.active {
    margin: 0;
}
.brandProtection .platform__card.active > div p {
    margin: 0;
    max-height: inherit;
}
.brandProtection .platform__card:hover {
    background: #fff;
}
.brandProtection .growth__tab.active,
.brandProtection .growth__tab.active .growth__tab--list--inner {
    background: #f3f9ff;
}
.brandProtection .growth {
    margin-bottom: 130px;
}
.brandProtection .growth__title {
    margin-bottom: 80px;
}
.brandProtection .growth__title h2 {
    max-width: 857px;
}
.brandProtection .growth__body {
    align-items: center;
}
.brandProtection .growth__tab--currency {
    padding: 24px;
}
@media (max-width: 1024px) {
    .brandProtection .growth,
    .brandProtection .growth__title {
        margin-bottom: 40px;
    }
    .brandProtection .growth__tab--currency {
        padding: 20px;
    }
}
@media (max-width: 625px) {
    .brandProtection .si_banner {
        padding: 128px 0 80px;
    }
    .brandProtection .si_banner__text h1 {
        line-height: 52px;
        font-size: 40px;
    }
    .brandProtection .platform .container {
        padding: 0 20px;
    }
    .brandProtection .growth__tab--currency {
        padding: 15px;
    }
}
.brandProtection .growth__tab--list--inner > div {
    max-width: 100%;
}
.brandProtection .growth__tab--pic {
    padding: 0;
}
.brandProtection .growth__tab.active .growth__tab--currency {
    background: #f3f9ff;
    padding: 24px;
}
.brandProtection .growth__tab:not(:last-child) {
    margin-bottom: 16px;
}
.brandProtection .growth__content_sec {
    width: 50%;
}
@media (max-width: 765px) {
    .brandProtection .growth__body {
        flex-wrap: wrap;
    }
    .brandProtection .growth__tab:not(:last-child) {
        margin-bottom: 12px;
    }
    .brandProtection .growth__content_sec {
        width: 100%;
        margin: 40px 0 0;
    }
}
.brandProtection .growth__content_sec--pic_sec {
    width: 100%;
    display: block;
    padding: 0;
}
.brandProtection .growth__content_sec--pic_sec img {
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 504px;
}
.brandProtection .si_cards {
    background: #f3fffc;
    margin: 0 0 120px;
    padding: 120px 0;
}
.brandProtection .si_cards__title {
    margin: 0 0 64px;
}
.brandProtection .si_cards__title h3 {
    font-weight: 500;
    font-size: 48px;
    line-height: 61px;
    color: #000;
    text-align: center;
}
.brandProtection .si_banner__cards {
    margin: 0 0 20px;
}
@media (max-width: 1024px) {
    .brandProtection .growth__tab.active .growth__tab--currency {
        padding: 20px;
    }
    .brandProtection .si_cards {
        margin: 0 0 80px;
        padding: 80px 0;
    }
    .brandProtection .si_cards__title {
        margin: 0 0 40px;
    }
    .brandProtection .si_cards__title h3 {
        font-size: 32px;
        line-height: 48px;
    }
    .brandProtection .si_banner__cards {
        margin: 0 0 20px;
    }
}
.brandProtection .si_banner__card {
    padding: 32px 16px;
}
@media (max-width: 768px) {
    .brandProtection .custom-run--inner h1 {
        font-size: 28px;
        line-height: 38px;
    }
}
@media (max-width: 625px) {
    .brandProtection .growth__tab.active .growth__tab--currency {
        padding: 15px;
    }
    .brandProtection .si_cards {
        padding: 60px 0;
    }
    .brandProtection .si_banner__cards {
        gap: 16px;
        margin: 0;
    }
    .brandProtection .si_banner__card {
        margin: 0;
        width: 100%;
        padding: 32px 16px;
    }
    .brandProtection .si_banner__card p {
        font-size: 20px;
        line-height: 25px;
    }
    .brandProtection .custom-run--inner h1 {
        font-size: 20px;
        line-height: 30px;
    }
}

.awards.init {
    opacity: 1 !important;
}

.header .header__item--links > div:hover > a,
.header .header__item-drop .header__item--links > div:hover > div > a {
    color: #ffc947;
}
.header .header__item--links > div:hover > a:after,
.header .header__item-drop .header__item--links > div:hover > div > a:after {
    background: #ffc947;
}
.header .header__item--main,
.header__item-points--inner > a h5,
.header__item > a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
@media (max-width: 1200px) {
    .header .header__items--close {
        top: 38px;
        right: 36px;
    }
    .header .header__items--inner {
        padding: 32px 42px 80px 32px;
    }
}
@media (max-width: 663px) {
    .header .header__items--inner > .header__item {
        margin-right: 21px;
    }
}
.header .header__item--main {
    column-gap: 8px;
}
@media (max-width: 1200px) {
    .header .header__item--main,
    .header .header__item.header__item_blog {
        padding: 0;
    }
    .header__item--links {
        display: none;
    }
}
@media (max-width: 1024px) {
    .header .header__items--close {
        top: 36px;
        right: 36px;
    }
    /* .header .header__item--main {
        padding: 36px 0;
    } */
}
@media (max-width: 625px) {
.header .header__item.header__item_blog {
    padding: 0;
}
}
.header .header__item--links > div > a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.header .header__item--links > div > a,
.header .header__item--links > div > a:after {
    transition: 0.35s;
}
.header .header__item--links > div > div > div p {
    margin-bottom: 4px;
}
.header .header__item--links > div > div > div p,
.header .header__item--links > div > div > div span {
    line-height: 20px;
}
.header .header__item--links > div > div > div span {
    font-weight: 500;
}
.header__item:nth-of-type(5) .header__item--links > div {
    max-width: 100%;
    width: 100%;
}
.header__item:nth-of-type(5) .header__item--links > div > div > div {
    max-width: 100%;
}
.header__item:hover .header__item-arrow,
.header__item:hover .header__item-drop {
    opacity: 1;
    visibility: visible;
}
.header__item:hover .header__item-drop {
    z-index: 2;
}
.header__item:hover .header__item-main,
.header__item:hover > a {
    color: #000;
}
.header__item:hover .header__item-main svg,
.header__item:hover > a svg {
    transform: rotate(180deg);
}
.header__item:hover .header__item-main svg path,
.header__item:hover > a svg path {
    stroke: black;
}
.header .header__item-drop {
    width: calc(100% - 60px);
    left: 30px;
    top: calc(100% + 7px);
    position: absolute;
    border-radius: 16px;
    background: #fff;
    z-index: -999;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    cursor: default;
}
.header .header__item-drop .header__item--links > div {
    padding: 16px 48px;
    column-gap: 16px;
    align-items: center;
}
.header .header__item-drop .header__item--links > div > svg {
    flex-shrink: 0;
}
.header .header__item-drop .header__item--links > div > div {
    flex-grow: 1;
    align-items: flex-end;
    justify-content: space-between;
}
@media (max-width: 625px) {
    .header .header__items--close {
        top: 32px;
        right: 24px;
    }
    .header .header__items--inner {
        padding: 29px 24px 70px;
    }
    .header .header__items--inner > .header__item {
        margin-right: 30px;
    }
    .header .header__item--main {
        padding: 0;
    }
    .header__item:hover .header__item-main,
    .header__item:hover > a {
        font-weight: 500;
    }
    .header .header__item-drop .header__item--links > div > div {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 16px;
    }
}
.header .header__item-drop .header__item--links > div > div > a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    flex-shrink: 0;
    padding: 2px 0;
    position: relative;
    color: #fff;
    transition: 0.35s;
}
.header .header__item-drop .header__item--links > div > div > a:after {
    content: " ";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 1px;
    left: 0;
    background: #fff;
    transition: 0.35s;
}
.header__item-points {
    padding: 32px 48px;
}
@media (max-width: 1200px) {
    .header .header__item-drop {
        overflow-y: scroll;
        max-height: calc(100vh - 100%);
        height: auto;
        width: 100%;
        left: 0;
        top: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .header .header__item-drop .header__item--links > div {
        padding: 16px 32px;
    }
    .header__item-points {
        padding: 32px;
    }
}
@media (max-width: 625px) {
    .header .header__item-drop .header__item--links > div {
        padding: 16px 24px;
    }
    .header__item-points {
        padding: 32px 24px;
    }
}
.header__item-points--row:not(:last-child) {
    padding-bottom: 35px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header__item-points--title {
    margin-bottom: 24px;
}
.header__item-points--title h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
}
.header__item-points--inner {
    display: flex;
    column-gap: 48px;
    row-gap: 48px;
    flex-wrap: wrap;
}
.header__item-points--inner.points--three a {
    width: calc((100% / 3) - 32px);
}
@media (max-width: 768px) {
    .header .header__item-points--title {
        margin-top: 0;
    }
    .header .header__item--links > div > div {
        align-items: center;
    }
    .header .header__item-drop {
        border-radius: 0;
        padding: 0;
    }
    .header__item-points--row:not(:last-child) {
        border-bottom: none;
        padding-bottom: 24px;
        margin-bottom: 0;
    }
    .header__item-points--title {
        margin-bottom: 16px;
        margin-top: 16px;
    }
    .header__item-points--inner {
        flex-direction: column;
        row-gap: 16px;
    }
    .header__item-points--inner.points--three a {
        width: 100%;
    }
}
.header__item-points--inner.points--two a {
    width: calc(50% - 24px);
}
.header__item-points--inner > a {
    width: calc(25% - 36px);
}
.header__item-points--inner > a:hover h5 {
    color: #0c6a4e;
}
.header__item-points--inner > a:hover p {
    color: rgba(0, 0, 0, 0.8);
}
.header__item-points--inner > a h5 {
    transition: 0.35s;
    color: #000;
    margin-bottom: 4px;
}
.header__item-points--inner > a p {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.35s;
}
@media (max-width: 768px) {
    .header__item-points--inner.points--two a,
    .header__item-points--inner > a {
        width: 100%;
    }
    .header__item-points--inner > a h5 {
        margin-bottom: 0;
    }
    .header__item-points--inner > a p {
        display: none;
    }
}

body .header__item {
    animation: none !important;
    pointer-events: all;
}
body .header__item:hover .header__item-drop {
    opacity: 1;
    visibility: visible;
}
.transitionHeader {
    transition: 0.5s;
}

body .hero__pic img {
    box-shadow: inherit;
}
body .hero__pic:last-child > div:first-of-type {
    margin-bottom: 62px;
}
body .hero__pic:last-child > div:nth-of-type(2) {
    margin-bottom: 66px;
    padding-left: 0;
}
body .hero__pic:last-child > div:nth-of-type(3) {
    padding-left: 0;
}
body .hero__content__svg-mobile {
    display: none;
}
@media (max-width: 1200px) {
    body .hero__content__svg-mobile {
        margin: 20px 0 0;
        display: block;
    }
}

.hero__pic:first-child > img {
    margin-top: 20px;
    margin-left: 40px;
}
@media (min-width: 1920px) {
    .hero__pic:first-child > img {
        width: 68%;
    }
}
.hero__pic:first-child > div:nth-of-type(2) img:first-of-type {
    width: 74%;
}
.hero__pic:first-child > div:nth-of-type(2) img:nth-of-type(2) {
    left: 60%;
}
.hero__pic:first-child > div:nth-of-type(3) img:nth-of-type(2) {
    right: 80px;
}
.hero__pic:first-child > div:nth-of-type(3) img:first-of-type {
    width: 60%;
}

.faq__item--logo > div span,
.faq__item--text h3,
.faq__item--text h4,
.faq__title > h2 {
    font-style: normal;
    font-weight: 500;
}
.faq {
    margin: 0 0 50px;
}
.faq__wrap {
    background-color: #f3fffc;
    padding: 120px 110px;
    border-radius: 32px;
}
.faq__title {
    cursor: pointer;
}
.faq__title > h2 {
    color: #000;
    font-size: 48px;
    line-height: normal;
    text-align: center;
    padding: 0 0 80px;
}
.faq__content {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.faq__content--title {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq__content--title > div:first-of-type {
    display: flex;
    align-items: center;
    gap: 20px;
}
.faq__item--text > div > div,
.faq__items {
    flex-direction: column;
    display: flex;
    gap: 12px;
}
.faq__item.accordion_open {
    background: #fff;
    border: 1px solid #fff;
}
.faq__item.accordion_open .faq__item--text > div {
    height: max-content;
    margin: 24px 0 0;
}
.faq__item.accordion_open .faq__item--text h3 {
    color: #000;
}
.faq__item.accordion_open .faq__item--symbol svg {
    transform: rotate(180deg);
}
.faq__item {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 24px;
    background: #f3fffc;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.faq__item--logo > div {
    position: relative;
    width: 56px;
    height: 56px;
    background-color: rgba(20, 176, 130, 0.1);
    border-radius: 50%;
}
.faq__item--logo > div span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #14b082;
    font-size: 24px;
    line-height: 36px;
}
.faq__item--text > div {
    height: 0;
    overflow: hidden;
    transition: 0.35s;
}
.faq__item--text h4 {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 0 0;
}
.faq__item--text h3 {
    color: #000;
    font-size: 24px;
    line-height: 36px;
}
@media (max-width: 1024px) {
    .faq {
        margin: 0 0 40px;
        background-color: #f3fffc;
    }
    .faq__wrap {
        padding: 48px 0;
    }
    .faq__title > h2 {
        font-size: 32px;
        font-weight: 500;
        padding: 0 0 32px;
    }
    .faq__item--text h4 {
        padding: 8px 0 0;
    }
    .faq__item--text h3 {
        font-size: 18px;
        line-height: 150%;
    }
}
.faq__item--text p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.faq__item--text a,
.faq__item--text strong {
    color: #14b082;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.faq__item--text ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 19px;
}
.faq__item--text ul li {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    position: relative;
    padding: 0 0 0 30px;
}
.faq__item--text ul li::before {
    content: "";
    background-image: url("../images/tick_1.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.faq__item--text a {
    text-decoration-line: underline !important;
}
.faq__item--symbol svg {
    transition: 0.5s;
}
.pushPage .formats-works__cards {
    margin-bottom: 50px;
}
@media (max-width: 1024px) {
    .faq__item--text ul {
        margin: 0 0 15px;
    }
    .pushPage .formats-works__cards {
        margin-bottom: 40px;
    }
}
@media (max-width: 625px) {
    .pushPage .formats-works__cards {
        margin-bottom: 40px;
    }
}
.formats-works__cards {
    margin-bottom: 0;
}

body .partnerships__carrousel--pic a {
    max-width: 19vw;
    width: 23vw;
}
body .partnerships__logos a {
    width: 30vw;
    max-width: 30vw;
}
.partnerships__carrousel--inner,
.partnerships__carrousel.carrousel--reverse .partnerships__carrousel--inner {
    min-width: max-content;
}
.partnerships__carrousel--inner {
    width: max-content;
}
body .partnerships__carrousel--inner {
    animation: 50s linear infinite forwards marquee;
}
body
    .partnerships__carrousel.carrousel--reverse
    .partnerships__carrousel--inner {
    animation: 50s linear infinite forwards marqueeReverse;
}
.partnerships__logos a img {
    width: 100%;
}
.partnerships__carrousel:not(:last-child),
.partnerships__logos {
    margin-bottom: 60px;
}
@media (max-width: 1024px) {
    .partnerships__carrousel:not(:last-child),
    .partnerships__logos {
        margin-bottom: 25px;
    }
}
@media (max-width: 625px) {
    .home .partnerships__logos {
        padding: 0 32px 0 40px;
    }
}

.footer--top--approved > div {
    flex-wrap: wrap;
}
.footer--center--approved .certificate img {
    width: 108px !important;
    max-width: 108px !important;
    min-width: inherit !important;
    height: auto;
}
.footer--top--approved > div img {
    max-width: 72px;
}
.footer--top--approved > div .certificate img {
    width: 72px !important;
    max-width: 72px !important;
    min-width: inherit !important;
    height: auto;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-centered.swiper-horizontal
    > .swiper-wrapper
    > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: var(
        --swiper-pagination-bullet-width,
        var(--swiper-pagination-bullet-size, 8px)
    );
    height: var(
        --swiper-pagination-bullet-height,
        var(--swiper-pagination-bullet-size, 8px)
    );
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet,
.swiper-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube {
    overflow: visible;
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}
.swiper-flip {
    overflow: visible;
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}
.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
